Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/
DBouncerMessageViewModel.kt115 .flatMapLatest { authMethod -> in <lambda>() method
145 .flatMapLatest { authMethod -> in <lambda>() method
173 .collectLatest { (faceMessage, authMethod, fingerprintAllowedOnBouncer) -> in <lambda>() method
228 .collectLatest { (fingerprintMessage, authMethod, isFingerprintAllowed) -> in <lambda>() method
266 .collectLatest { (_, authMethod, isFingerprintAllowed) -> in <lambda>() method
329 authenticationInteractor.authenticationMethod.collectLatest { authMethod -> in <lambda>() method
DBouncerViewModel.kt199 .map { authMethod -> isSideBySideSupported(authMethod) } in <lambda>() method
212 .map { authMethod -> isFoldSplitRequired(authMethod) } in <lambda>() method
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/ui/viewmodel/
DBouncerViewModelTest.kt83 authMethodsToTest().forEach { authMethod -> in <lambda>() method
113 authMethodsToTest().forEach { authMethod -> in <lambda>() method
119 authMethodsToTest().forEach { authMethod -> in <lambda>() method
131 authMethodsToTest().forEach { authMethod -> in <lambda>() method
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/authentication/data/repository/
DAuthenticationRepositoryTest.kt101 val authMethod by collectLastValue(underTest.authenticationMethod) in authenticationMethod() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractor.kt225 val authMethod = getAuthenticationMethod() in <lambda>() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/authentication/domain/interactor/
DAuthenticationInteractorTest.kt66 val authMethod by collectLastValue(underTest.authenticationMethod) in <lambda>() constant
80 val authMethod by collectLastValue(underTest.authenticationMethod) in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/deviceentry/domain/interactor/
DDeviceUnlockedInteractor.kt86 .flatMapLatest { authMethod -> in <lambda>() method
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/
DBouncerContent.kt240 val authMethod by viewModel.authMethodViewModel.collectAsStateWithLifecycle() in SplitLayout() constant
336 val authMethod by viewModel.authMethodViewModel.collectAsStateWithLifecycle() in BesideUserSwitcherLayout() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/
DSceneFrameworkIntegrationTest.kt631 val authMethod = authenticationInteractor.getAuthenticationMethod() in <lambda>() constant