Searched refs:TEST_ACTIVITY_WITH_SAME_AFFINITY (Results 1 – 2 of 2) sorted by relevance
59 import static android.server.wm.app.Components.TEST_ACTIVITY_WITH_SAME_AFFINITY;1080 launchActivity(TEST_ACTIVITY_WITH_SAME_AFFINITY); in testLaunchTaskByComponentMatchMultipleTasks()1086 TEST_ACTIVITY_WITH_SAME_AFFINITY).mTaskId; in testLaunchTaskByComponentMatchMultipleTasks()1088 launchActivity(TEST_ACTIVITY_WITH_SAME_AFFINITY); in testLaunchTaskByComponentMatchMultipleTasks()1094 TEST_ACTIVITY_WITH_SAME_AFFINITY); in testLaunchTaskByComponentMatchMultipleTasks()1096 TEST_ACTIVITY_WITH_SAME_AFFINITY).mTaskId); in testLaunchTaskByComponentMatchMultipleTasks()1105 launchActivity(TEST_ACTIVITY_WITH_SAME_AFFINITY, in testLaunchTaskByAffinityMatchMultipleTasks()1120 launchActivity(TEST_ACTIVITY_WITH_SAME_AFFINITY); in testLaunchTaskByAffinityMatchMultipleTasks()1133 launchActivity(TEST_ACTIVITY_WITH_SAME_AFFINITY, in testLaunchTaskByAffinityMatchSingleTask()1137 waitForEnterPip(TEST_ACTIVITY_WITH_SAME_AFFINITY); in testLaunchTaskByAffinityMatchSingleTask()[all …]
127 public static final ComponentName TEST_ACTIVITY_WITH_SAME_AFFINITY = field in Components