Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityTaskSupervisorTests.java19 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()
H A DActivityStarterTests.java26 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() local
1772 assertEquals(START_DELIVERED_TO_TOP, result); in testRecordActivityMovementBeforeDeliverToTop()
1781 assertEquals(START_DELIVERED_TO_TOP, result2); in testRecordActivityMovementBeforeDeliverToTop()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DActivityLaunchAnimatorTest.kt123 startIntentWithAnimation { ActivityManager.START_DELIVERED_TO_TOP }
139 ActivityManager.START_DELIVERED_TO_TOP
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityStarter.java23 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()
H A DActivityTaskSupervisor.java25 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()
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DActivityLaunchAnimator.kt237 (launchResult == ActivityManager.START_DELIVERED_TO_TOP &&
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/privacy/
H A DPrivacyDialogControllerTest.kt555 activityStartedCaptor.value.onActivityStarted(ActivityManager.START_DELIVERED_TO_TOP)
H A DPrivacyDialogControllerV2Test.kt537 activityStartedCaptor.value.onActivityStarted(ActivityManager.START_DELIVERED_TO_TOP)
/aosp14/frameworks/base/core/java/android/app/
H A DActivityManager.java502 public static final int START_DELIVERED_TO_TOP = FIRST_START_SUCCESS_CODE + 3; field in ActivityManager
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerShellCommand.java741 case ActivityManager.START_DELIVERED_TO_TOP:
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt1598 Landroid/app/ActivityManager;->START_DELIVERED_TO_TOP:I