Home
last modified time | relevance | path

Searched refs:keyguardDonePending (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DViewMediatorCallback.java56 void keyguardDonePending(boolean primaryAuth, int targetUserId); in keyguardDonePending() method
H A DKeyguardSecurityContainerController.java312 mViewMediatorCallback.keyguardDonePending(fromPrimaryAuth, targetUserId);
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DKeyguardViewMediatorTest.java397 mViewMediator.mViewMediatorCallback.keyguardDonePending(true, in wakeupFromDreamingWhenKeyguardHides_orderUnlockAndWakeOn()
688 mViewMediator.mViewMediatorCallback.keyguardDonePending(true, in testStartKeyguardExitAnimation_expectSurfaceBehindRemoteAnimationAndExits()
785 mViewMediator.mViewMediatorCallback.keyguardDonePending(true, in testWakeAndUnlockingOverDream()
818 mViewMediator.mViewMediatorCallback.keyguardDonePending(true, in testWakeAndUnlockingOverDream_signalAuthenticateIfStillShowing()
849 mViewMediator.mViewMediatorCallback.keyguardDonePending(true, in testWakeAndUnlockingOverNonInteractiveDream_noWakeByKeyguardViewMediator()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardSecurityContainerControllerTest.kt444 verify(viewMediatorCallback, never()).keyguardDonePending(anyBoolean(), anyInt())
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java804 public void keyguardDonePending(boolean primaryAuth, int targetUserId) {