Home
last modified time | relevance | path

Searched refs:waitForEnterPip (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DPinnedStackTests.java477 waitForEnterPip(PIP_ACTIVITY); in testAutoEnterPictureInPicture()
539 waitForEnterPip(ALWAYS_FOCUSABLE_PIP_ACTIVITY); in testAutoEnterPictureInPictureOverPip()
583 waitForEnterPip(PIP_ACTIVITY); in testPipUnPipOverHome()
601 waitForEnterPip(PIP_ACTIVITY); in testPipUnPipOverApp()
616 waitForEnterPip(PIP_ACTIVITY); in testRemovePipWithNoFullscreenStack()
631 waitForEnterPip(PIP_ACTIVITY); in testRemovePipWithVisibleFullscreenStack()
649 waitForEnterPip(PIP_ACTIVITY); in testRemovePipWithHiddenFullscreenStack()
666 waitForEnterPip(PIP_ACTIVITY); in testMovePipToBackWithNoFullscreenStack()
682 waitForEnterPip(PIP_ACTIVITY); in testMovePipToBackWithVisibleFullscreenStack()
700 waitForEnterPip(PIP_ACTIVITY); in testMovePipToBackWithHiddenFullscreenStack()
[all …]
DKeyguardLockedTests.java225 waitForEnterPip(PIP_ACTIVITY); in testEnterPipOverKeyguard()
234 waitForEnterPip(PIP_ACTIVITY); in testEnterPipOverKeyguard()
249 waitForEnterPip(PIP_ACTIVITY); in testShowWhenLockedActivityAndPipActivity()
279 waitForEnterPip(PIP_ACTIVITY); in testShowWhenLockedPipActivity()
299 waitForEnterPip(PIP_ACTIVITY); in testDismissKeyguardPipActivity()
382 private void waitForEnterPip(ComponentName activityName) { in waitForEnterPip() method in KeyguardLockedTests