Home
last modified time | relevance | path

Searched refs:MODE_WAKE_AND_UNLOCK (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DFingerprintUnlockController.java56 public static final int MODE_WAKE_AND_UNLOCK = 1; field in FingerprintUnlockController
242 case MODE_WAKE_AND_UNLOCK: in startWakeAndUnlock()
247 } else if (mMode == MODE_WAKE_AND_UNLOCK){ in startWakeAndUnlock()
320 return MODE_WAKE_AND_UNLOCK; in calculateMode()
410 return mMode == MODE_WAKE_AND_UNLOCK in isWakeAndUnlock()
DStatusBarKeyguardViewManager.java20 import static com.android.systemui.statusbar.phone.FingerprintUnlockController.MODE_WAKE_AND_UNLOCK;
263 return mode == MODE_WAKE_AND_UNLOCK || mode == MODE_WAKE_AND_UNLOCK_PULSING; in isWakeAndUnlocking()
494 if (mFingerprintUnlockController.getMode() == MODE_WAKE_AND_UNLOCK in wakeAndUnlockDejank()
DLightBarController.java186 && unlockMode != FingerprintUnlockController.MODE_WAKE_AND_UNLOCK; in animateChange()
DStatusBar.java3511 == FingerprintUnlockController.MODE_WAKE_AND_UNLOCK; in updateIsKeyguard()
3559 != FingerprintUnlockController.MODE_WAKE_AND_UNLOCK) { in updatePanelExpansionForKeyguard()
4699 FingerprintUnlockController.MODE_WAKE_AND_UNLOCK) { in updateDozing()
4872 == FingerprintUnlockController.MODE_WAKE_AND_UNLOCK; in isPulsingBlocked()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManagerTest.java174 .thenReturn(FingerprintUnlockController.MODE_WAKE_AND_UNLOCK); in onPanelExpansionChanged_neverTranslatesBouncerWhenWakeAndUnlock()
DStatusBarTest.java583 .thenReturn(FingerprintUnlockController.MODE_WAKE_AND_UNLOCK); in testFingerprintUnlock_UpdatesScrims()