Home
last modified time | relevance | path

Searched refs:assertKeyguardShowingAndOccluded (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/activitymanager/src/android/server/am/
DKeyguardTests.java105 mAmWmState.assertKeyguardShowingAndOccluded(); in testShowWhenLockedActivity()
124 mAmWmState.assertKeyguardShowingAndOccluded(); in testShowWhenLockedActivity_withDialog()
144 mAmWmState.assertKeyguardShowingAndOccluded(); in testMultipleShowWhenLockedActivities()
161 mAmWmState.assertKeyguardShowingAndOccluded(); in testTranslucentShowWhenLockedActivity()
180 mAmWmState.assertKeyguardShowingAndOccluded(); in testTranslucentDoesntRevealBehind()
194 mAmWmState.assertKeyguardShowingAndOccluded(); in testDialogShowWhenLockedActivity()
217 mAmWmState.assertKeyguardShowingAndOccluded(); in testShowWhenLockedActivityWhileSplit()
236 mAmWmState.assertKeyguardShowingAndOccluded(); in testDismissKeyguardActivity()
295 mAmWmState.assertKeyguardShowingAndOccluded(); in testDismissKeyguard_fromShowWhenLocked_notAllowed()
297 mAmWmState.assertKeyguardShowingAndOccluded(); in testDismissKeyguard_fromShowWhenLocked_notAllowed()
[all …]
DKeyguardLockedTests.java126 mAmWmState.assertKeyguardShowingAndOccluded(); in testDismissKeyguard_fromShowWhenLocked_notAllowed()
195 mAmWmState.assertKeyguardShowingAndOccluded(); in testEnterPipOverKeyguard()
237 mAmWmState.assertKeyguardShowingAndOccluded(); in testShowWhenLockedActivityAndPipActivity()
/cts/tests/framework/base/activitymanager/util/src/android/server/am/
DActivityAndWindowManagersState.java616 public void assertKeyguardShowingAndOccluded() { in assertKeyguardShowingAndOccluded() method in ActivityAndWindowManagersState