Home
last modified time | relevance | path

Searched refs:AuthenticationRepository (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/authentication/data/repository/
DAuthenticationRepositoryKosmos.kt23 var Kosmos.authenticationRepository: AuthenticationRepository by
DFakeAuthenticationRepository.kt42 ) : AuthenticationRepository { in <lambda>()
269 @Binds fun bindFake(fake: FakeAuthenticationRepository): AuthenticationRepository
/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/data/repository/
DAuthenticationRepository.kt64 interface AuthenticationRepository { in <lambda>() interface
196 ) : AuthenticationRepository {
386 @Binds fun repository(impl: AuthenticationRepositoryImpl): AuthenticationRepository
/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractor.kt24 import com.android.systemui.authentication.data.repository.AuthenticationRepository in <lambda>()
68 private val repository: AuthenticationRepository, in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/authentication/data/repository/
DAuthenticationRepositoryTest.kt70 private lateinit var underTest: AuthenticationRepository