Home
last modified time | relevance | path

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

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