Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardViewMediatorTest.java154 verify(mUpdateMonitor).dispatchKeyguardGoingAway(false); in testOnGoingToSleep_UpdatesKeyguardGoingAway()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java1055 mUpdateMonitor.dispatchKeyguardGoingAway(false); in onStartedGoingToSleep()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java3349 public void dispatchKeyguardGoingAway(boolean goingAway) { in dispatchKeyguardGoingAway() method in KeyguardUpdateMonitor