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()92 if (event.mAuthenticated) { in addEvent()
401 private final boolean mAuthenticated; field in KeyguardUpdateMonitor.BiometricAuthenticated405 this.mAuthenticated = authenticated; in BiometricAuthenticated()1105 faceAuthenticated = bioFaceAuthenticated.mAuthenticated; in getIsFaceAuthenticated()1137 boolean fingerprintAllowed = fingerprint != null && fingerprint.mAuthenticated in getUserUnlockedWithBiometric()1139 boolean faceAllowed = face != null && face.mAuthenticated in getUserUnlockedWithBiometric()2215 && !(fingerprint != null && fingerprint.mAuthenticated) in shouldListenForFingerprintAssistant()2222 && !(face != null && face.mAuthenticated) in shouldListenForFaceAssistant()3436 pw.println(" auth'd=" + (fingerprint != null && fingerprint.mAuthenticated)); in dump()3464 + (face != null && face.mAuthenticated)); in dump()