Searched defs:shouldListenForFingerprint (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java1197 boolean shouldListenForFingerprint = shouldListenForFingerprint();
1198 if (mFingerprintRunningState == FINGERPRINT_STATE_RUNNING && !shouldListenForFingerprint) {
1201 && shouldListenForFingerprint) {
1212 private boolean shouldListenForFingerprint() { method in class:KeyguardUpdateMonitor

Completed in 56 milliseconds