Searched refs:START_DELIVERED_TO_TOP (Results 1 – 11 of 11) sorted by relevance
19 import static android.app.ActivityManager.START_DELIVERED_TO_TOP;144 START_DELIVERED_TO_TOP); in testReportWaitingActivityLaunched()151 assertEquals(deliverToTopWait.result, START_DELIVERED_TO_TOP); in testReportWaitingActivityLaunched()
23 import static android.app.ActivityManager.START_DELIVERED_TO_TOP;443 assertEquals(START_DELIVERED_TO_TOP, result); in testSplitScreenDeliverToTop()827 assertEquals(START_DELIVERED_TO_TOP, result); in testDeliverIntentToTopActivityOfNonTopDisplay()901 task.getTopNonFinishingActivity(), START_DELIVERED_TO_TOP, task.getRootTask()); in testWasVisibleInRestartAttempt() local
115 startIntentWithAnimation { ActivityManager.START_DELIVERED_TO_TOP }133 ActivityManager.START_DELIVERED_TO_TOP
24 import static android.app.ActivityManager.START_DELIVERED_TO_TOP;797 if (res == START_DELIVERED_TO_TOP in waitResultIfNeeded()1522 if (result == START_TASK_TO_FRONT || result == START_DELIVERED_TO_TOP || clearedTask) { in postStartActivityProcessing()1627 } else if (result == START_DELIVERED_TO_TOP && newTransition != null) { in startActivityUnchecked()2094 return mMovedToFront ? START_TASK_TO_FRONT : START_DELIVERED_TO_TOP; in recycleTask()2143 return START_DELIVERED_TO_TOP; in deliverToCurrentTopIfNeeded()
25 import static android.app.ActivityManager.START_DELIVERED_TO_TOP;607 if (result != START_DELIVERED_TO_TOP && result != START_TASK_TO_FRONT) { in reportWaitingActivityLaunchedIfNeeded()620 if (result == START_DELIVERED_TO_TOP) { in reportWaitingActivityLaunchedIfNeeded()
167 (launchResult == ActivityManager.START_DELIVERED_TO_TOP &&
539 activityStartedCaptor.value.onActivityStarted(ActivityManager.START_DELIVERED_TO_TOP)
689 || result == ActivityManager.START_DELIVERED_TO_TOP in isSuccessfulLaunch()
335 public static final int START_DELIVERED_TO_TOP = FIRST_START_SUCCESS_CODE + 3; field in ActivityManager
589 case ActivityManager.START_DELIVERED_TO_TOP:
1598 Landroid/app/ActivityManager;->START_DELIVERED_TO_TOP:I