Searched refs:hasPendingAuthentication (Results 1 – 3 of 3) sorted by relevance
132 } else if (mBiometricUnlockControllerLazy.get().hasPendingAuthentication()) { in checkShouldImmediatelyEndDoze()146 + mBiometricUnlockControllerLazy.get().hasPendingAuthentication()); in dump()
94 when(mBiometricUnlockController.hasPendingAuthentication()).thenReturn(false); in setUp()230 when(mBiometricUnlockController.hasPendingAuthentication()).thenReturn(true); in testEndDoze_hasPendingUnlock()
571 public boolean hasPendingAuthentication() { in hasPendingAuthentication() method in BiometricUnlockController