Searched refs:SINGLE_INSTANCE_ACTIVITY (Results 1 – 3 of 3) sorted by relevance
73 private static final ComponentName SINGLE_INSTANCE_ACTIVITY field in ActivityStarterTests222 getLaunchActivityBuilder().setTargetActivity(SINGLE_INSTANCE_ACTIVITY) in testNoHistoryActivityWithDifferentTask()330 launchActivity(SINGLE_INSTANCE_ACTIVITY); in testLaunchSingleInstanceActivity()333 .getTaskByActivity(SINGLE_INSTANCE_ACTIVITY).getTaskId(); in testLaunchSingleInstanceActivity()336 mWmState.assertFocusedActivity(SINGLE_INSTANCE_ACTIVITY + "must be focused Activity", in testLaunchSingleInstanceActivity()337 SINGLE_INSTANCE_ACTIVITY); in testLaunchSingleInstanceActivity()340 getActivityName(SINGLE_INSTANCE_ACTIVITY), in testLaunchSingleInstanceActivity()
29 import static android.server.wm.app.Components.SINGLE_INSTANCE_ACTIVITY;304 launchTargetToSide(SINGLE_INSTANCE_ACTIVITY, false); in testLaunchToSideSingleInstance()
129 public static final ComponentName SINGLE_INSTANCE_ACTIVITY = field in Components