Searched refs:TEST_ACTIVITY_WITH_SAME_AFFINITY (Results 1 – 2 of 2) sorted by relevance
58 import static android.server.wm.app.Components.TEST_ACTIVITY_WITH_SAME_AFFINITY;1050 launchActivity(TEST_ACTIVITY_WITH_SAME_AFFINITY); in testLaunchTaskByComponentMatchMultipleTasks()1056 TEST_ACTIVITY_WITH_SAME_AFFINITY).mTaskId; in testLaunchTaskByComponentMatchMultipleTasks()1058 launchActivity(TEST_ACTIVITY_WITH_SAME_AFFINITY); in testLaunchTaskByComponentMatchMultipleTasks()1064 TEST_ACTIVITY_WITH_SAME_AFFINITY); in testLaunchTaskByComponentMatchMultipleTasks()1066 TEST_ACTIVITY_WITH_SAME_AFFINITY).mTaskId); in testLaunchTaskByComponentMatchMultipleTasks()1075 launchActivity(TEST_ACTIVITY_WITH_SAME_AFFINITY, in testLaunchTaskByAffinityMatchMultipleTasks()1090 launchActivity(TEST_ACTIVITY_WITH_SAME_AFFINITY); in testLaunchTaskByAffinityMatchMultipleTasks()1103 launchActivity(TEST_ACTIVITY_WITH_SAME_AFFINITY, in testLaunchTaskByAffinityMatchSingleTask()1107 waitForEnterPip(TEST_ACTIVITY_WITH_SAME_AFFINITY); in testLaunchTaskByAffinityMatchSingleTask()[all …]
127 public static final ComponentName TEST_ACTIVITY_WITH_SAME_AFFINITY = field in Components