Home
last modified time | relevance | path

Searched defs:authenticationMethod (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/authentication/data/repository/
DAuthenticationRepositoryTest.kt84 fun authenticationMethod() = in authenticationMethod() method in com.android.systemui.authentication.data.repository.AuthenticationRepositoryTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractor.kt83 val authenticationMethod: Flow<DomainLayerAuthenticationMethodModel> = in <lambda>() constant
99 ) { isUnlocked, authenticationMethod -> in <lambda>() method
139 authenticationMethod, in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/data/repository/
DAuthenticationRepository.kt110 val authenticationMethod: Flow<AuthenticationMethodModel> in <lambda>() constant
208 override val authenticationMethod: Flow<AuthenticationMethodModel> = constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/
DBouncerViewModel.kt90 .map { authenticationMethod -> in <lambda>() method
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/authentication/data/repository/
DFakeAuthenticationRepository.kt51 override val authenticationMethod: StateFlow<AuthenticationMethodModel> = in <lambda>() constant in com.android.systemui.authentication.data.repository.FakeAuthenticationRepository
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractorTest.kt60 fun authenticationMethod() = in <lambda>() method in com.android.systemui.authentication.domain.interactor.AuthenticationInteractorTest