Searched refs:updateKeyguardState (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
H A DCarStatusBar.java344 public void updateKeyguardState(boolean goingToFullShade, boolean fromShadeLocked) { method in class:CarStatusBar
345 super.updateKeyguardState(goingToFullShade, fromShadeLocked);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarTest.java510 mStatusBar.updateKeyguardState(false, false);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java4350 updateKeyguardState(false /* goingToFullShade */, false /* fromShadeLocked */);
4518 updateKeyguardState(staying, false /* fromShadeLocked */);
4624 protected void updateKeyguardState(boolean goingToFullShade, boolean fromShadeLocked) { method in class:StatusBar
4625 Trace.beginSection("StatusBar#updateKeyguardState");
5046 updateKeyguardState(false /* goingToFullShade */, false /* fromShadeLocked */);
5210 updateKeyguardState(false /* goingToFullShade */, true /* fromShadeLocked*/);

Completed in 701 milliseconds