Home
last modified time | relevance | path

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

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