Searched defs:updateKeyguardState (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
H A DCarStatusBar.java274 public void updateKeyguardState(boolean goingToFullShade, boolean fromShadeLocked) { method in class:CarStatusBar
275 super.updateKeyguardState(goingToFullShade, fromShadeLocked);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java4112 updateKeyguardState(false /* goingToFullShade */, false /* fromShadeLocked */);
4273 updateKeyguardState(staying, false /* fromShadeLocked */);
4379 protected void updateKeyguardState(boolean goingToFullShade, boolean fromShadeLocked) { method in class:StatusBar
4380 Trace.beginSection("StatusBar#updateKeyguardState");
4718 updateKeyguardState(false /* goingToFullShade */, false /* fromShadeLocked */);
4882 updateKeyguardState(false /* goingToFullShade */, true /* fromShadeLocked*/);

Completed in 67 milliseconds