Home
last modified time | relevance | path

Searched refs:shouldListenForFingerprint (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1114 boolean shouldListenForFingerprint = shouldListenForFingerprint(); in updateFingerprintListeningState()
1115 if (mFingerprintRunningState == FINGERPRINT_STATE_RUNNING && !shouldListenForFingerprint) { in updateFingerprintListeningState()
1118 && shouldListenForFingerprint) { in updateFingerprintListeningState()
1123 private boolean shouldListenForFingerprint() { in shouldListenForFingerprint() method in KeyguardUpdateMonitor