Searched refs:notifyKeyguardState (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | KeyguardStateControllerTest.java | 68 mKeyguardStateController.notifyKeyguardState(true /* showing */, false /* occluded */); in testIsShowing() 84 mKeyguardStateController.notifyKeyguardState(false /* showing */, true /* occluded */); in testIsOccluded() 111 mKeyguardStateController.notifyKeyguardState(true /* showing */, false /* occluded */); in testIsUnlocked()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | KeyguardStateController.java | 149 default void notifyKeyguardState(boolean showing, boolean occluded) {} in notifyKeyguardState() method
|
D | KeyguardStateControllerImpl.java | 134 public void notifyKeyguardState(boolean showing, boolean occluded) { in notifyKeyguardState() method in KeyguardStateControllerImpl
|
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/car/keyguard/ |
D | CarKeyguardViewController.java | 172 mKeyguardStateController.notifyKeyguardState(mShowing, /* occluded= */ false); in show() 186 mKeyguardStateController.notifyKeyguardState(mShowing, /* occluded= */ false); in hide()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarKeyguardViewManager.java | 345 mKeyguardStateController.notifyKeyguardState(mShowing, in show() 578 mKeyguardStateController.notifyKeyguardState(mShowing, in hide()
|
D | StatusBar.java | 3584 mKeyguardStateController.notifyKeyguardState(mStatusBarKeyguardViewManager.isShowing(), in updateKeyguardState()
|