Searched refs:START_DELIVERED_TO_TOP (Results 1 – 11 of 11) sorted by relevance
19 import static android.app.ActivityManager.START_DELIVERED_TO_TOP;150 START_DELIVERED_TO_TOP); in testReportWaitingActivityLaunched()157 assertEquals(deliverToTopWait.result, START_DELIVERED_TO_TOP); in testReportWaitingActivityLaunched()
26 import static android.app.ActivityManager.START_DELIVERED_TO_TOP;505 assertEquals(START_DELIVERED_TO_TOP, result); in testSplitScreenDeliverToTop()1189 assertEquals(START_DELIVERED_TO_TOP, result); in testDeliverIntentToTopActivityOfNonTopDisplay()1263 task.getTopNonFinishingActivity(), START_DELIVERED_TO_TOP, task.getRootTask()); in testWasVisibleInRestartAttempt() local1772 assertEquals(START_DELIVERED_TO_TOP, result); in testRecordActivityMovementBeforeDeliverToTop()1781 assertEquals(START_DELIVERED_TO_TOP, result2); in testRecordActivityMovementBeforeDeliverToTop()
123 startIntentWithAnimation { ActivityManager.START_DELIVERED_TO_TOP }139 ActivityManager.START_DELIVERED_TO_TOP
23 import static android.app.ActivityManager.START_DELIVERED_TO_TOP;874 if (res == START_DELIVERED_TO_TOP in waitResultIfNeeded()1423 if (result == START_TASK_TO_FRONT || result == START_DELIVERED_TO_TOP) { in postStartActivityProcessing()1580 } else if (result == START_DELIVERED_TO_TOP && newTransition != null in handleStartResult()2296 return mMovedToFront ? START_TASK_TO_FRONT : START_DELIVERED_TO_TOP; in recycleTask()2404 return START_DELIVERED_TO_TOP; in deliverToCurrentTopIfNeeded()
25 import static android.app.ActivityManager.START_DELIVERED_TO_TOP;658 if (result != START_DELIVERED_TO_TOP && result != START_TASK_TO_FRONT) { in reportWaitingActivityLaunchedIfNeeded()671 if (result == START_DELIVERED_TO_TOP) { in reportWaitingActivityLaunchedIfNeeded()
237 (launchResult == ActivityManager.START_DELIVERED_TO_TOP &&
555 activityStartedCaptor.value.onActivityStarted(ActivityManager.START_DELIVERED_TO_TOP)
537 activityStartedCaptor.value.onActivityStarted(ActivityManager.START_DELIVERED_TO_TOP)
502 public static final int START_DELIVERED_TO_TOP = FIRST_START_SUCCESS_CODE + 3; field in ActivityManager
741 case ActivityManager.START_DELIVERED_TO_TOP:
1598 Landroid/app/ActivityManager;->START_DELIVERED_TO_TOP:I