Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DActivityTransitionAnimator.kt291 val launchResult = intentStarter(animationAdapter) in startIntentWithAnimation() constant
296 launchResult == ActivityManager.START_TASK_TO_FRONT || in startIntentWithAnimation()
297 launchResult == ActivityManager.START_SUCCESS || in startIntentWithAnimation()
298 (launchResult == ActivityManager.START_DELIVERED_TO_TOP && in startIntentWithAnimation()
303 "launchResult=$launchResult willAnimate=$willAnimate " + in startIntentWithAnimation()
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
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()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityMetricsLogger.java246 final String launchResult; in stopTrace() local
248 launchResult = ":failed"; in stopTrace()
264 launchResult = status + mAssociatedTransitionInfo.mLastLaunchedActivity.packageName; in stopTrace()
267 Trace.instant(Trace.TRACE_TAG_ACTIVITY_MANAGER, mTraceName + launchResult); in stopTrace()