Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/data/repository/
H A DAuthenticationRepository.kt61 interface AuthenticationRepository { regex
177 ) : AuthenticationRepository {
375 @Binds fun repository(impl: AuthenticationRepositoryImpl): AuthenticationRepository
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/scene/
H A DSceneTestUtils.kt22 import com.android.systemui.authentication.data.repository.AuthenticationRepository
137 repository: AuthenticationRepository,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/domain/interactor/
H A DAuthenticationInteractor.kt22 import com.android.systemui.authentication.data.repository.AuthenticationRepository
59 private val repository: AuthenticationRepository,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/authentication/data/repository/
H A DAuthenticationRepositoryTest.kt59 private lateinit var underTest: AuthenticationRepository
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/authentication/data/repository/
H A DFakeAuthenticationRepository.kt33 ) : AuthenticationRepository {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/authentication/domain/interactor/
H A DAuthenticationInteractorTest.kt23 import com.android.systemui.authentication.data.repository.AuthenticationRepository
51 private val repository: AuthenticationRepository = utils.authenticationRepository()