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()
453 private final boolean mAuthenticated; field in KeyguardUpdateMonitor.BiometricAuthenticated457 this.mAuthenticated = authenticated; in BiometricAuthenticated()1416 boolean fingerprintAllowed = fingerprint != null && fingerprint.mAuthenticated in getUserUnlockedWithBiometric()1441 boolean fingerprintAllowed = fingerprint != null && fingerprint.mAuthenticated in getUserUnlockedWithBiometricAndIsBypassing()2809 && !(fingerprint != null && fingerprint.mAuthenticated) in shouldListenForFingerprintAssistant()4009 pw.println(" auth'd=" + (fingerprint != null && fingerprint.mAuthenticated)); in dump()