Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShadeWindowController.java168 default void setKeyguardGoingAway(boolean goingAway) {} in setKeyguardGoingAway() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationShadeWindowControllerImpl.java750 public void setKeyguardGoingAway(boolean goingAway) { in setKeyguardGoingAway() argument
751 mCurrentState.mKeyguardGoingAway = goingAway; in setKeyguardGoingAway()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java611 public void setKeyguardGoingAway(boolean goingAway) { in setKeyguardGoingAway() argument
612 mKeyguardGoingAway = goingAway; in setKeyguardGoingAway()
1734 private void handleKeyguardGoingAway(boolean goingAway) { in handleKeyguardGoingAway() argument
1736 setKeyguardGoingAway(goingAway); in handleKeyguardGoingAway()
3307 public void dispatchKeyguardGoingAway(boolean goingAway) { in dispatchKeyguardGoingAway() argument
3308 mHandler.sendMessage(mHandler.obtainMessage(MSG_KEYGUARD_GOING_AWAY, goingAway)); in dispatchKeyguardGoingAway()