Searched refs:shouldListenForFingerprint (Results 1 – 1 of 1) sorted by relevance
1553 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 KeyguardUpdateMonitor2535 + " expected=" + (shouldListenForFingerprint() ? 1 : 0)); in dump()