Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
DCarStatusBar.java483 public void updateKeyguardState(boolean goingToFullShade, boolean fromShadeLocked) { in updateKeyguardState() method in CarStatusBar
484 super.updateKeyguardState(goingToFullShade, fromShadeLocked); in updateKeyguardState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java3548 updateKeyguardState(false /* goingToFullShade */, false /* fromShadeLocked */); in showKeyguardImpl()
3709 updateKeyguardState(staying, false /* fromShadeLocked */); in hideKeyguardImpl()
3812 protected void updateKeyguardState(boolean goingToFullShade, boolean fromShadeLocked) { in updateKeyguardState() method
4249 updateKeyguardState(false /* goingToFullShade */, false /* fromShadeLocked */); in goToLockedShade()
4440 updateKeyguardState(false /* goingToFullShade */, true /* fromShadeLocked*/); in goToKeyguard()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarTest.java570 mStatusBar.updateKeyguardState(false, false); in testUpdateKeyguardState_DoesNotCrash()