Searched refs:START_DELIVERED_TO_TOP (Results 1 – 4 of 4) sorted by relevance
21 import static android.app.ActivityManager.START_DELIVERED_TO_TOP;595 && (result == START_TASK_TO_FRONT || result == START_DELIVERED_TO_TOP)) { in postStartActivityUncheckedProcessing()1080 return START_DELIVERED_TO_TOP; in startActivityUnchecked()1690 return START_DELIVERED_TO_TOP; in setTaskFromSourceRecord()1707 return START_DELIVERED_TO_TOP; in setTaskFromSourceRecord()1749 return START_DELIVERED_TO_TOP; in setTaskFromInTask()
487 || result == ActivityManager.START_DELIVERED_TO_TOP in isSuccessfulLaunch()
222 public static final int START_DELIVERED_TO_TOP = 3; field in ActivityManager
652 case ActivityManager.START_DELIVERED_TO_TOP: