Searched refs:TEST_ACTIVITY_WITH_SAME_AFFINITY (Results 1 – 2 of 2) sorted by relevance
62 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 …]
102 public static final ComponentName TEST_ACTIVITY_WITH_SAME_AFFINITY = field in Components