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