Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DStatusBarDisableFlagsInteractor.kt106 val authenticationMethod = values[4] as AuthenticationMethodModel in <lambda>() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/authentication/data/repository/
DAuthenticationRepositoryTest.kt92 fun authenticationMethod() = in authenticationMethod() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/startable/
DStatusBarStartable.kt105 val authenticationMethod = values[6] as AuthenticationMethodModel in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/
DAuthMethodBouncerViewModel.kt58 abstract val authenticationMethod: AuthenticationMethodModel in <lambda>() constant in com.android.systemui.bouncer.ui.viewmodel.AuthMethodBouncerViewModel
DPasswordBouncerViewModel.kt66 override val authenticationMethod = AuthenticationMethodModel.Password in <lambda>() constant
DPinBouncerViewModel.kt61 @Assisted override val authenticationMethod: AuthenticationMethodModel, in <lambda>() constant
DPatternBouncerViewModel.kt83 override val authenticationMethod = AuthenticationMethodModel.Pattern in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/data/repository/
DAuthenticationRepository.kt117 val authenticationMethod: Flow<AuthenticationMethodModel> in <lambda>() constant
220 override val authenticationMethod: Flow<AuthenticationMethodModel> = constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractorTest.kt60 fun authenticationMethod() = in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractor.kt92 val authenticationMethod: Flow<AuthenticationMethodModel> = in <lambda>() constant in com.android.systemui.authentication.domain.interactor.AuthenticationInteractor
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceEntrySourceInteractor.kt167 authenticationMethod, in <lambda>() method
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/authentication/data/repository/
DFakeAuthenticationRepository.kt54 override val authenticationMethod: StateFlow<AuthenticationMethodModel> = in <lambda>() constant in com.android.systemui.authentication.data.repository.FakeAuthenticationRepository