Searched refs:START_DELIVERED_TO_TOP (Results 1 – 8 of 8) sorted by relevance
19 import static android.app.ActivityManager.START_DELIVERED_TO_TOP;102 START_DELIVERED_TO_TOP); in testReportWaitingActivityLaunchedIfNeeded()105 assertEquals(deliverToTopWait.result, START_DELIVERED_TO_TOP); in testReportWaitingActivityLaunchedIfNeeded()
22 import static android.app.ActivityManager.START_DELIVERED_TO_TOP;444 assertEquals(START_DELIVERED_TO_TOP, result); in testSplitScreenDeliverToTop()755 assertEquals(START_DELIVERED_TO_TOP, result); in testDeliverIntentToTopActivityOfNonTopDisplay()
24 import static android.app.ActivityManager.START_DELIVERED_TO_TOP;1124 if (result == START_TASK_TO_FRONT || result == START_DELIVERED_TO_TOP || clearedTask) { in postStartActivityProcessing()1343 case START_DELIVERED_TO_TOP: { in startActivityMayWait()1624 return mMovedToFront ? START_TASK_TO_FRONT : START_DELIVERED_TO_TOP; in startActivityUnchecked()1676 return START_DELIVERED_TO_TOP; in startActivityUnchecked()2440 return START_DELIVERED_TO_TOP; in setTaskFromSourceRecord()2457 return START_DELIVERED_TO_TOP; in setTaskFromSourceRecord()2495 return START_DELIVERED_TO_TOP; in setTaskFromInTask()
23 import static android.app.ActivityManager.START_DELIVERED_TO_TOP;597 if (result != START_DELIVERED_TO_TOP && result != START_TASK_TO_FRONT) { in reportWaitingActivityLaunchedIfNeeded()611 if (result == START_DELIVERED_TO_TOP) { in reportWaitingActivityLaunchedIfNeeded()
533 || result == ActivityManager.START_DELIVERED_TO_TOP in isSuccessfulLaunch()
368 public static final int START_DELIVERED_TO_TOP = FIRST_START_SUCCESS_CODE + 3; field in ActivityManager
542 case ActivityManager.START_DELIVERED_TO_TOP:
1598 Landroid/app/ActivityManager;->START_DELIVERED_TO_TOP:I