Searched refs:updateKeyguardState (Results 1 – 3 of 3) sorted by relevance
483 public void updateKeyguardState(boolean goingToFullShade, boolean fromShadeLocked) { in updateKeyguardState() method in CarStatusBar484 super.updateKeyguardState(goingToFullShade, fromShadeLocked); in updateKeyguardState()
3548 updateKeyguardState(false /* goingToFullShade */, false /* fromShadeLocked */); in showKeyguardImpl()3709 updateKeyguardState(staying, false /* fromShadeLocked */); in hideKeyguardImpl()3812 protected void updateKeyguardState(boolean goingToFullShade, boolean fromShadeLocked) { in updateKeyguardState() method4249 updateKeyguardState(false /* goingToFullShade */, false /* fromShadeLocked */); in goToLockedShade()4440 updateKeyguardState(false /* goingToFullShade */, true /* fromShadeLocked*/); in goToKeyguard()
570 mStatusBar.updateKeyguardState(false, false); in testUpdateKeyguardState_DoesNotCrash()