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.java1553 boolean shouldListenForFingerprint = shouldListenForFingerprint(); in updateFingerprintListeningState()
1556 if (runningOrRestarting && !shouldListenForFingerprint) { in updateFingerprintListeningState()
1558 } else if (!runningOrRestarting && shouldListenForFingerprint) { in updateFingerprintListeningState()
1613 private boolean shouldListenForFingerprint() { in shouldListenForFingerprint() method in KeyguardUpdateMonitor
2535 + " expected=" + (shouldListenForFingerprint() ? 1 : 0)); in dump()