Searched refs:shouldListenForFingerprint (Results 1 – 2 of 2) sorted by relevance
992 assertThat(mKeyguardUpdateMonitor.shouldListenForFingerprint(false)).isFalse(); in noFpListeningWhenKeyguardIsOccluded_unlessAlternateBouncerShowing()1015 assertThat(mKeyguardUpdateMonitor.shouldListenForFingerprint(false)).isTrue(); in fpStopsListeningWhenBiometricPromptShows_resumesOnBpHidden()1021 assertThat(mKeyguardUpdateMonitor.shouldListenForFingerprint(false)).isFalse(); in fpStopsListeningWhenBiometricPromptShows_resumesOnBpHidden()1027 assertThat(mKeyguardUpdateMonitor.shouldListenForFingerprint(false)).isTrue(); in fpStopsListeningWhenBiometricPromptShows_resumesOnBpHidden()1359 assertThat(mKeyguardUpdateMonitor.shouldListenForFingerprint(true)).isEqualTo(true); in testStartUdfpsServiceBeginsOnKeyguard()1376 assertThat(mKeyguardUpdateMonitor.shouldListenForFingerprint(false)).isEqualTo(true); in listenForFingerprint_whenOccludingAppPkgOnAllowlist()1380 assertThat(mKeyguardUpdateMonitor.shouldListenForFingerprint(true)).isEqualTo(true); in listenForFingerprint_whenOccludingAppPkgOnAllowlist()1395 assertThat(mKeyguardUpdateMonitor.shouldListenForFingerprint(false)).isEqualTo(false); in doNotListenForFingerprint_whenOccludingAppPkgNotOnAllowlist()1399 assertThat(mKeyguardUpdateMonitor.shouldListenForFingerprint(true)).isEqualTo(true); in doNotListenForFingerprint_whenOccludingAppPkgNotOnAllowlist()1410 assertThat(mKeyguardUpdateMonitor.shouldListenForFingerprint(false)).isEqualTo(false); in testOccludingAppFingerprintListeningState()[all …]
2565 final boolean shouldListenForFingerprint = shouldListenForFingerprint(isUdfpsSupported()); in updateFingerprintListeningState()2571 if (runningOrRestarting && !shouldListenForFingerprint) { in updateFingerprintListeningState()2577 } else if (!runningOrRestarting && shouldListenForFingerprint) { in updateFingerprintListeningState()2820 protected boolean shouldListenForFingerprint(boolean isUdfps) { in shouldListenForFingerprint() method in KeyguardUpdateMonitor4015 + " expected=" + (shouldListenForFingerprint(isUdfpsEnrolled()) ? 1 : 0)); in dump()4027 pw.println(" shouldListenForUdfps=" + shouldListenForFingerprint(true)); in dump()4034 pw.println(" shouldListenForSfps=" + shouldListenForFingerprint(false)); in dump()