Searched refs:shouldListenForFingerprint (Results 1 – 1 of 1) sorted by relevance
1114 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