Home
last modified time | relevance | path

Searched refs:FakeAuthenticationRepositoryModule (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/authentication/data/
H A DFakeAuthenticationDataLayerModule.kt18 import com.android.systemui.authentication.data.repository.FakeAuthenticationRepositoryModule
21 @Module(includes = [FakeAuthenticationRepositoryModule::class])
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/authentication/data/repository/
H A DFakeAuthenticationRepository.kt264 @Module(includes = [FakeAuthenticationRepositoryModule.Bindings::class])
265 object FakeAuthenticationRepositoryModule { object