Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
DCarStatusBar.java274 public void updateKeyguardState(boolean goingToFullShade, boolean fromShadeLocked) { in updateKeyguardState() method in CarStatusBar
275 super.updateKeyguardState(goingToFullShade, fromShadeLocked); in updateKeyguardState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java4112 updateKeyguardState(false /* goingToFullShade */, false /* fromShadeLocked */); in showKeyguard()
4273 updateKeyguardState(staying, false /* fromShadeLocked */); in hideKeyguard()
4379 protected void updateKeyguardState(boolean goingToFullShade, boolean fromShadeLocked) { in updateKeyguardState() method
4718 updateKeyguardState(false /* goingToFullShade */, false /* fromShadeLocked */); in goToLockedShade()
4882 updateKeyguardState(false /* goingToFullShade */, true /* fromShadeLocked*/); in goToKeyguard()