Searched refs:notifyKeyguardState (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
H A D | KeyguardStateControllerTest.java | 115 mKeyguardStateController.notifyKeyguardState(true /* showing */, false /* occluded */); in testIsShowing() 131 mKeyguardStateController.notifyKeyguardState(false /* showing */, true /* occluded */); in testIsOccluded() 158 mKeyguardStateController.notifyKeyguardState(true /* showing */, false /* occluded */); in testIsUnlocked()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | FakeKeyguardStateController.java | 31 public void notifyKeyguardState(boolean showing, boolean occluded) { in notifyKeyguardState() method in FakeKeyguardStateController
|
H A D | StatusBarKeyguardViewManagerTest.java | 409 verify(mKeyguardStateController).notifyKeyguardState(true, false); in setOccluded_onKeyguardOccludedChangedCalled() 415 verify(mKeyguardStateController).notifyKeyguardState(true, true); in setOccluded_onKeyguardOccludedChangedCalled() 421 verify(mKeyguardStateController).notifyKeyguardState(true, false); in setOccluded_onKeyguardOccludedChangedCalled() 429 verify(mKeyguardStateController).notifyKeyguardState(true, true); in setOccluded_isInLaunchTransition_onKeyguardOccludedChangedCalled() 438 verify(mKeyguardStateController).notifyKeyguardState(true, true); in setOccluded_isLaunchingActivityOverLockscreen_onKeyguardOccludedChangedCalled()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | KeyguardStateController.java | 197 default void notifyKeyguardState(boolean showing, boolean occluded) {} in notifyKeyguardState() method
|
H A D | KeyguardStateControllerImpl.java | 191 public void notifyKeyguardState(boolean showing, boolean occluded) { in notifyKeyguardState() method in KeyguardStateControllerImpl
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarKeyguardViewManager.java | 618 mKeyguardStateController.notifyKeyguardState(true, in show() 893 mKeyguardStateController.notifyKeyguardState( in setOccluded() 956 mKeyguardStateController.notifyKeyguardState(false, in hide()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ |
H A D | KeyguardViewMediatorTest.java | 304 verify(mKeyguardStateController, never()).notifyKeyguardState(eq(true), anyBoolean()); in testOnStartedWakingUp_whileSleeping_ifWakeAndUnlocking_doesNotShowKeyguard()
|