Home
last modified time | relevance | path

Searched refs:handleStartedGoingToSleep (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java2238 protected void handleStartedGoingToSleep(int arg1) { in handleStartedGoingToSleep() method in KeyguardUpdateMonitor
2471 handleStartedGoingToSleep(msg.arg1); in KeyguardUpdateMonitor()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardUpdateMonitorTest.java1244 mKeyguardUpdateMonitor.handleStartedGoingToSleep(0); in faceUnlockDoesNotRunWhenDeviceIsGoingToSleepWithAssistantVisible()