Searched refs:MODE_WAKE_AND_UNLOCK (Results 1 – 6 of 6) sorted by relevance
56 public static final int MODE_WAKE_AND_UNLOCK = 1; field in FingerprintUnlockController242 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()
20 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()
186 && unlockMode != FingerprintUnlockController.MODE_WAKE_AND_UNLOCK; in animateChange()
3511 == 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()
174 .thenReturn(FingerprintUnlockController.MODE_WAKE_AND_UNLOCK); in onPanelExpansionChanged_neverTranslatesBouncerWhenWakeAndUnlock()
583 .thenReturn(FingerprintUnlockController.MODE_WAKE_AND_UNLOCK); in testFingerprintUnlock_UpdatesScrims()