Home
last modified time | relevance | path

Searched refs:launchResult (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DActivityLaunchAnimator.kt160 val launchResult = intentStarter(animationAdapter) regex
165 launchResult == ActivityManager.START_TASK_TO_FRONT ||
166 launchResult == ActivityManager.START_SUCCESS ||
167 (launchResult == ActivityManager.START_DELIVERED_TO_TOP &&
170 Log.i(TAG, "launchResult=$launchResult willAnimate=$willAnimate " +
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DNotificationClickHandlerFactory.java68 void onNotificationClicked(int launchResult, AlertEntry alertEntry); in onNotificationClicked() argument
356 private void handleNotificationClicked(int launchResult, AlertEntry alertEntry) {
358 listener -> listener.onNotificationClicked(launchResult, alertEntry));
H A DCarHeadsUpNotificationManager.java124 (launchResult, alertEntry) -> dismissHun(alertEntry)); in CarHeadsUpNotificationManager()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
H A DNotificationPanelViewController.java307 mNotificationClickHandlerFactory.registerClickListener((launchResult, alertEntry) -> { in onNotificationViewInflated()
308 if (launchResult == ActivityManager.START_TASK_TO_FRONT in onNotificationViewInflated()
309 || launchResult == ActivityManager.START_SUCCESS) { in onNotificationViewInflated()
/aosp12/frameworks/base/tests/AppLaunchWear/src/com/android/tests/applaunch/
H A DAppLaunch.java256 AppLaunchResult launchResult = null; in testMeasureStartUpTime() local
259 launchResult = startApp(launch.getApp(), false, launch.getLaunchReason()); in testMeasureStartUpTime()
262 launchResult = startApp(launch.getApp(), true, launch.getLaunchReason()); in testMeasureStartUpTime()
264 if (launchResult.mLaunchTime < 0) { in testMeasureStartUpTime()
/aosp12/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
H A DAppLaunch.java315 AppLaunchResult launchResult = in testMeasureStartUpTime() local
317 if (launchResult.mLaunchTime < 0) { in testMeasureStartUpTime()
356 AppLaunchResult launchResult = in testMeasureStartUpTime() local
358 if (launchResult.mLaunchTime < 0) { in testMeasureStartUpTime()