Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/authentication/data/repository/
DAuthenticationRepositoryTest.kt99 fun authenticationMethod() = in authenticationMethod() method in com.android.systemui.authentication.data.repository.AuthenticationRepositoryTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/
DAuthMethodBouncerViewModel.kt50 abstract val authenticationMethod: AuthenticationMethodModel constant in com.android.systemui.bouncer.ui.viewmodel.AuthMethodBouncerViewModel
DPasswordBouncerViewModel.kt58 override val authenticationMethod = AuthenticationMethodModel.Password in <lambda>() constant
DPinBouncerViewModel.kt114 override val authenticationMethod: AuthenticationMethodModel = authenticationMethod in <lambda>() constant
DPatternBouncerViewModel.kt82 override val authenticationMethod = AuthenticationMethodModel.Pattern in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/data/repository/
DAuthenticationRepository.kt120 val authenticationMethod: Flow<AuthenticationMethodModel> in <lambda>() constant
212 override val authenticationMethod: Flow<AuthenticationMethodModel> = constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractor.kt89 val authenticationMethod: Flow<AuthenticationMethodModel> = repository.authenticationMethod in <lambda>() constant in com.android.systemui.authentication.domain.interactor.AuthenticationInteractor
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractorTest.kt64 fun authenticationMethod() = in <lambda>() method
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/authentication/data/repository/
DFakeAuthenticationRepository.kt57 override val authenticationMethod: StateFlow<AuthenticationMethodModel> = in <lambda>() constant in com.android.systemui.authentication.data.repository.FakeAuthenticationRepository