Searched refs:mAuthenticated (Results 1 – 2 of 2) sorted by relevance
41 private boolean mAuthenticated; field in UsageStats.AuthenticationEvent51 mAuthenticated = authenticated; in AuthenticationEvent()60 + "\tAuthenticated: " + mAuthenticated in toString()96 if (event.mAuthenticated) { in addEvent()
512 private final boolean mAuthenticated; field in KeyguardUpdateMonitor.BiometricAuthenticated516 this.mAuthenticated = authenticated; in BiometricAuthenticated()1567 faceAuthenticated = bioFaceAuthenticated.mAuthenticated; in getIsFaceAuthenticated()1586 boolean fingerprintAllowed = fingerprint != null && fingerprint.mAuthenticated in getUserUnlockedWithBiometric()1597 return face != null && face.mAuthenticated in getUserUnlockedWithFace()1609 boolean fingerprintAllowed = fingerprint != null && fingerprint.mAuthenticated in getUserUnlockedWithBiometricAndIsBypassing()1611 boolean faceAllowed = face != null && face.mAuthenticated in getUserUnlockedWithBiometricAndIsBypassing()3076 && !(fingerprint != null && fingerprint.mAuthenticated) in shouldListenForFingerprintAssistant()3086 && !(face != null && face.mAuthenticated) in shouldListenForFaceAssistant()4481 pw.println(" auth'd=" + (fingerprint != null && fingerprint.mAuthenticated)); in dump()[all …]