Home
last modified time | relevance | path

Searched refs:hasPendingAuthentication (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeSuppressor.java132 } else if (mBiometricUnlockControllerLazy.get().hasPendingAuthentication()) { in checkShouldImmediatelyEndDoze()
146 + mBiometricUnlockControllerLazy.get().hasPendingAuthentication()); in dump()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
H A DDozeSuppressorTest.java94 when(mBiometricUnlockController.hasPendingAuthentication()).thenReturn(false); in setUp()
230 when(mBiometricUnlockController.hasPendingAuthentication()).thenReturn(true); in testEndDoze_hasPendingUnlock()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DBiometricUnlockController.java539 public boolean hasPendingAuthentication() { in hasPendingAuthentication() method in BiometricUnlockController