Home
last modified time | relevance | path

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

/cts/hostsidetests/services/activityandwindowmanager/activitymanager/src/android/server/cts/
DKeyguardLockedTests.java158 mAmWmState.waitForKeyguardShowingAndOccluded(mDevice); in testEnterPipOverKeyguard()
185 mAmWmState.waitForKeyguardShowingAndOccluded(mDevice); in testShowWhenLockedActivityAndPipActivity()
DKeyguardTests.java204 mAmWmState.waitForKeyguardShowingAndOccluded(mDevice); in testDismissKeyguardActivity()
/cts/hostsidetests/services/activityandwindowmanager/util/src/android/server/cts/
DActivityAndWindowManagersState.java230 void waitForKeyguardShowingAndOccluded(ITestDevice device) throws Exception { in waitForKeyguardShowingAndOccluded() method in ActivityAndWindowManagersState