Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardViewMediatorTest.java428 verify(mUpdateMonitor).dispatchKeyguardGoingAway(false); in testOnGoingToSleep_UpdatesKeyguardGoingAway()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java1737 mUpdateMonitor.dispatchKeyguardGoingAway(false);
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java3850 public void dispatchKeyguardGoingAway(boolean goingAway) { in dispatchKeyguardGoingAway() method in KeyguardUpdateMonitor