Home
last modified time | relevance | path

Searched refs:START_DELIVERED_TO_TOP (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityTaskSupervisorTests.java19 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()
H A DActivityStarterTests.java23 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
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DActivityLaunchAnimatorTest.kt115 startIntentWithAnimation { ActivityManager.START_DELIVERED_TO_TOP }
133 ActivityManager.START_DELIVERED_TO_TOP
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityStarter.java24 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()
H A DActivityTaskSupervisor.java25 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()
/aosp12/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DActivityLaunchAnimator.kt167 (launchResult == ActivityManager.START_DELIVERED_TO_TOP &&
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/privacy/
H A DPrivacyDialogControllerTest.kt539 activityStartedCaptor.value.onActivityStarted(ActivityManager.START_DELIVERED_TO_TOP)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBottomAreaView.java689 || result == ActivityManager.START_DELIVERED_TO_TOP in isSuccessfulLaunch()
/aosp12/frameworks/base/core/java/android/app/
H A DActivityManager.java335 public static final int START_DELIVERED_TO_TOP = FIRST_START_SUCCESS_CODE + 3; field in ActivityManager
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerShellCommand.java589 case ActivityManager.START_DELIVERED_TO_TOP:
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt1598 Landroid/app/ActivityManager;->START_DELIVERED_TO_TOP:I