Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DPinnedStackTests.java91 import static android.server.wm.app.Components.RESUME_WHILE_PAUSING_ACTIVITY;
1201 launchActivity(RESUME_WHILE_PAUSING_ACTIVITY, WINDOWING_MODE_FULLSCREEN); in testEnterPipWithResumeWhilePausingActivityNoStop()
1203 mWmState.getTaskDisplayAreaFeatureId(RESUME_WHILE_PAUSING_ACTIVITY); in testEnterPipWithResumeWhilePausingActivityNoStop()
1212 launchActivityOnTaskDisplayArea(RESUME_WHILE_PAUSING_ACTIVITY, in testEnterPipWithResumeWhilePausingActivityNoStop()
1216 mWmState.getTaskDisplayArea(RESUME_WHILE_PAUSING_ACTIVITY) in testEnterPipWithResumeWhilePausingActivityNoStop()
1595 launchActivity(RESUME_WHILE_PAUSING_ACTIVITY, WINDOWING_MODE_FULLSCREEN); in testAutoPipAllowedBypassesExplicitEnterPip()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java103 public static final ComponentName RESUME_WHILE_PAUSING_ACTIVITY = field in Components