Searched defs:authMethod (Results 1 – 9 of 9) sorted by relevance
115 .flatMapLatest { authMethod -> in <lambda>() method145 .flatMapLatest { authMethod -> in <lambda>() method173 .collectLatest { (faceMessage, authMethod, fingerprintAllowedOnBouncer) -> in <lambda>() method228 .collectLatest { (fingerprintMessage, authMethod, isFingerprintAllowed) -> in <lambda>() method266 .collectLatest { (_, authMethod, isFingerprintAllowed) -> in <lambda>() method329 authenticationInteractor.authenticationMethod.collectLatest { authMethod -> in <lambda>() method
199 .map { authMethod -> isSideBySideSupported(authMethod) } in <lambda>() method212 .map { authMethod -> isFoldSplitRequired(authMethod) } in <lambda>() method
83 authMethodsToTest().forEach { authMethod -> in <lambda>() method113 authMethodsToTest().forEach { authMethod -> in <lambda>() method119 authMethodsToTest().forEach { authMethod -> in <lambda>() method131 authMethodsToTest().forEach { authMethod -> in <lambda>() method
101 val authMethod by collectLastValue(underTest.authenticationMethod) in authenticationMethod() constant
225 val authMethod = getAuthenticationMethod() in <lambda>() constant
66 val authMethod by collectLastValue(underTest.authenticationMethod) in <lambda>() constant80 val authMethod by collectLastValue(underTest.authenticationMethod) in <lambda>() constant
86 .flatMapLatest { authMethod -> in <lambda>() method
240 val authMethod by viewModel.authMethodViewModel.collectAsStateWithLifecycle() in SplitLayout() constant336 val authMethod by viewModel.authMethodViewModel.collectAsStateWithLifecycle() in BesideUserSwitcherLayout() constant
631 val authMethod = authenticationInteractor.getAuthenticationMethod() in <lambda>() constant