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.java1653 boolean shouldListenForFingerprint = shouldListenForFingerprint(); in updateFingerprintListeningState()
1656 if (runningOrRestarting && !shouldListenForFingerprint) { in updateFingerprintListeningState()
1658 } else if (!runningOrRestarting && shouldListenForFingerprint) { in updateFingerprintListeningState()
1720 private boolean shouldListenForFingerprint() { in shouldListenForFingerprint() method in KeyguardUpdateMonitor
2696 + " expected=" + (shouldListenForFingerprint() ? 1 : 0)); in dump()