Home
last modified time | relevance | path

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

/cts/tests/framework/base/activitymanager/src/android/server/am/
DActivityManagerPinnedStackTests.java62 import static android.server.am.Components.TEST_ACTIVITY_WITH_SAME_AFFINITY;
1111 launchActivity(TEST_ACTIVITY_WITH_SAME_AFFINITY); in testLaunchTaskByComponentMatchMultipleTasks()
1117 TEST_ACTIVITY_WITH_SAME_AFFINITY).mTaskId; in testLaunchTaskByComponentMatchMultipleTasks()
1119 launchActivity(TEST_ACTIVITY_WITH_SAME_AFFINITY); in testLaunchTaskByComponentMatchMultipleTasks()
1125 TEST_ACTIVITY_WITH_SAME_AFFINITY); in testLaunchTaskByComponentMatchMultipleTasks()
1127 TEST_ACTIVITY_WITH_SAME_AFFINITY).mTaskId); in testLaunchTaskByComponentMatchMultipleTasks()
1138 launchActivity(TEST_ACTIVITY_WITH_SAME_AFFINITY, in testLaunchTaskByAffinityMatchMultipleTasks()
1153 launchActivity(TEST_ACTIVITY_WITH_SAME_AFFINITY); in testLaunchTaskByAffinityMatchMultipleTasks()
1168 launchActivity(TEST_ACTIVITY_WITH_SAME_AFFINITY, in testLaunchTaskByAffinityMatchSingleTask()
1172 waitForEnterPip(TEST_ACTIVITY_WITH_SAME_AFFINITY); in testLaunchTaskByAffinityMatchSingleTask()
[all …]
/cts/tests/framework/base/activitymanager/app/src/android/server/am/
DComponents.java102 public static final ComponentName TEST_ACTIVITY_WITH_SAME_AFFINITY = field in Components