Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DBiometricsUnlockControllerTest.java512 when(mWakefulnessLifecycle.getLastWakeTime()).thenReturn(mSystemClock.uptimeMillis()); in onSideFingerprintSuccess_recentPowerButtonPress_noHaptic()
531 when(mWakefulnessLifecycle.getLastWakeTime()).thenReturn(mSystemClock.uptimeMillis()); in onSideFingerprintSuccess_oldPowerButtonPress_playHaptic()
553 when(mWakefulnessLifecycle.getLastWakeTime()).thenReturn(mSystemClock.uptimeMillis()); in onSideFingerprintSuccess_oldPowerButtonPress_playOneWayHaptic()
572 when(mWakefulnessLifecycle.getLastWakeTime()).thenReturn(mSystemClock.uptimeMillis()); in onSideFingerprintSuccess_recentGestureWakeUp_playHaptic()
593 when(mWakefulnessLifecycle.getLastWakeTime()).thenReturn(mSystemClock.uptimeMillis()); in onSideFingerprintSuccess_recentGestureWakeUp_playOnewayHaptic()
617 when(mWakefulnessLifecycle.getLastWakeTime()).thenReturn(mSystemClock.uptimeMillis()); in onSideFingerprintFail_alwaysPlaysHaptic()
634 when(mWakefulnessLifecycle.getLastWakeTime()).thenReturn(mSystemClock.uptimeMillis()); in onSideFingerprintFail_alwaysPlaysOneWayHaptic()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DWakefulnessLifecycle.java117 public long getLastWakeTime() { in getLastWakeTime() method in WakefulnessLifecycle
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DBiometricUnlockController.java781 && mWakefulnessLifecycle.getLastWakeTime() != UNKNOWN_LAST_WAKE_TIME in lastWakeupFromPowerButtonWithinHapticThreshold()
782 && mSystemClock.uptimeMillis() - mWakefulnessLifecycle.getLastWakeTime() in lastWakeupFromPowerButtonWithinHapticThreshold()