Searched refs:authenticationMethod (Results 1 – 7 of 7) sorted by relevance
83 val authenticationMethod: Flow<DomainLayerAuthenticationMethodModel> =84 repository.authenticationMethod.map { rawModel -> rawModel.toDomainLayer() }98 authenticationMethod,99 ) { isUnlocked, authenticationMethod ->100 !authenticationMethod.isSecure || isUnlocked138 combine(authenticationMethod, isLockscreenDismissed) {139 authenticationMethod,141 authenticationMethod is DomainLayerAuthenticationMethodModel.Swipe &&
51 override val authenticationMethod: StateFlow<AuthenticationMethodModel> =61 return authenticationMethod.value64 fun setAuthenticationMethod(authenticationMethod: AuthenticationMethodModel) {65 _authenticationMethod.value = authenticationMethod66 securityMode = authenticationMethod.toSecurityMode()
241 authenticationMethod = AuthenticationMethodModel.None,257 authenticationMethod = AuthenticationMethodModel.Swipe,273 authenticationMethod = AuthenticationMethodModel.Pin,289 authenticationMethod = AuthenticationMethodModel.Pin,306 authenticationMethod: AuthenticationMethodModel? = null,321 authenticationMethod?.let {322 authenticationRepository.setAuthenticationMethod(authenticationMethod.toDataLayer())324 authenticationMethod != AuthenticationMethodModel.None
89 authenticationInteractor.authenticationMethod90 .map { authenticationMethod ->91 when (authenticationMethod) {
84 fun authenticationMethod() = regex86 val authMethod by collectLastValue(underTest.authenticationMethod)
60 fun authenticationMethod() = regex62 val authMethod by collectLastValue(underTest.authenticationMethod)80 val authMethod by collectLastValue(underTest.authenticationMethod)96 val authMethod by collectLastValue(underTest.authenticationMethod)
110 val authenticationMethod: Flow<AuthenticationMethodModel>208 override val authenticationMethod: Flow<AuthenticationMethodModel> =