Home
last modified time | relevance | path

Searched refs:TEST_ACTIVITY_WITH_SAME_AFFINITY (Results 1 – 5 of 5) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DActivityTaskAffinityTests.java20 import static android.server.wm.shareuid.a.Components.TEST_ACTIVITY_WITH_SAME_AFFINITY;
46 TEST_ACTIVITY_WITH_SAME_AFFINITY, in testActivitiesWithSameAffinityDifferentAppDifferentUidDifferentTask()
55 TEST_ACTIVITY_WITH_SAME_AFFINITY, in testActivitiesWithSameAffinityUidDifferentAppSameTask()
64 TEST_ACTIVITY_WITH_SAME_AFFINITY, in testActivitiesWithSameAffinitySameAppSameTask()
DMultiWindowTests.java32 import static android.server.wm.app.Components.TEST_ACTIVITY_WITH_SAME_AFFINITY;
536 getLaunchActivityBuilder().setTargetActivity(TEST_ACTIVITY_WITH_SAME_AFFINITY)); in testVisibilityWithTranslucentAndTopFinishingActivity()
558 mWmState.assertVisibility(TEST_ACTIVITY_WITH_SAME_AFFINITY, false); in testVisibilityWithTranslucentAndTopFinishingActivity()
564 mWmState.assertVisibility(TEST_ACTIVITY_WITH_SAME_AFFINITY, true); in testVisibilityWithTranslucentAndTopFinishingActivity()
DPinnedStackTests.java70 import static android.server.wm.app.Components.TEST_ACTIVITY_WITH_SAME_AFFINITY;
1185 launchActivity(TEST_ACTIVITY_WITH_SAME_AFFINITY); in testLaunchTaskByComponentMatchMultipleTasks()
1191 TEST_ACTIVITY_WITH_SAME_AFFINITY).mTaskId; in testLaunchTaskByComponentMatchMultipleTasks()
1193 launchActivity(TEST_ACTIVITY_WITH_SAME_AFFINITY); in testLaunchTaskByComponentMatchMultipleTasks()
1199 TEST_ACTIVITY_WITH_SAME_AFFINITY); in testLaunchTaskByComponentMatchMultipleTasks()
1201 TEST_ACTIVITY_WITH_SAME_AFFINITY).mTaskId); in testLaunchTaskByComponentMatchMultipleTasks()
1210 launchActivityNoWait(TEST_ACTIVITY_WITH_SAME_AFFINITY, in testLaunchTaskByAffinityMatchMultipleTasks()
1225 launchActivityNoWait(TEST_ACTIVITY_WITH_SAME_AFFINITY); in testLaunchTaskByAffinityMatchMultipleTasks()
1239 launchActivityNoWait(TEST_ACTIVITY_WITH_SAME_AFFINITY, in testLaunchTaskByAffinityMatchSingleTask()
1250 launchActivityNoWait(TEST_ACTIVITY_WITH_SAME_AFFINITY); in testLaunchTaskByAffinityMatchSingleTask()
/cts/tests/framework/base/windowmanager/appAShareUid/src/android/server/wm/shareuid/a/
DComponents.java23 public static final ComponentName TEST_ACTIVITY_WITH_SAME_AFFINITY = field in Components
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DComponents.java153 public static final ComponentName TEST_ACTIVITY_WITH_SAME_AFFINITY = field in Components