Searched refs:waitAndAssertKeyguardGoneOnSecondaryDisplay (Results 1 – 3 of 3) sorted by relevance
192 mWmState.waitAndAssertKeyguardGoneOnSecondaryDisplay(secondDisplayId); in testUnlockScreen_secondDisplayChanged_dismissesKeyguardOnUnlock()231 mWmState.waitAndAssertKeyguardGoneOnSecondaryDisplay(decoredSystemDisplayId); in testUnlockScreen_decoredSystemDisplayChanged_dismissesKeyguardOnUnlock()
254 mWmState.waitAndAssertKeyguardGoneOnSecondaryDisplay(presentationDisplayId); in testStartRearDisplayPresentation_thenKeyguardLocked()302 mWmState.waitAndAssertKeyguardGoneOnSecondaryDisplay(presentationDisplayId); in testStartRearDisplayPresentation_thenKeyguardLocked_activityFinishes()355 mWmState.waitAndAssertKeyguardGoneOnSecondaryDisplay(presentationDisplayId); in testStartRearDisplayPresentation_persistsAfterDismissingKeyguard()
352 public void waitAndAssertKeyguardGoneOnSecondaryDisplay(int displayId) { in waitAndAssertKeyguardGoneOnSecondaryDisplay() method