Searched defs:faceAuthCurrentlyAllowed (Results 1 – 2 of 2) sorted by relevance
163 .flatMapLatest { (fingerprintEnrolled, faceAuthCurrentlyAllowed) -> in <lambda>() method192 .filter { faceAuthCurrentlyAllowed -> faceAuthCurrentlyAllowed } in <lambda>() method199 .filter { (errorStatus, faceAuthCurrentlyAllowed) -> in <lambda>() method
51 val faceAuthCurrentlyAllowed: Flow<Boolean> = repository.isFaceAuthCurrentlyAllowed in <lambda>() constant