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/
DActivityLaunchAnimator.kt145 val launchResult = intentStarter(animationAdapter) in <lambda>() constant
150 launchResult == ActivityManager.START_TASK_TO_FRONT || in <lambda>()
151 launchResult == ActivityManager.START_SUCCESS || in <lambda>()
152 (launchResult == ActivityManager.START_DELIVERED_TO_TOP && isOnKeyguard) in <lambda>()
154 Log.d(TAG, "launchResult=$launchResult willAnimate=$willAnimate isOnKeyguard=$isOnKeyguard") in <lambda>()
/frameworks/base/tests/AppLaunchWear/src/com/android/tests/applaunch/
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()
/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()