Home
last modified time | relevance | path

Searched refs:launchResults (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tests/AppLaunchWear/src/com/android/tests/applaunch/
DAppLaunch.java285 AppLaunchResult launchResults = null; in testMeasureStartUpTime() local
294 launchResults = startApp(launch.getApp(), false, launch.getLaunchReason()); in testMeasureStartUpTime()
297 launchResults = startApp(launch.getApp(), true, launch.getLaunchReason()); in testMeasureStartUpTime()
299 if (launchResults.mLaunchTime < 0) { in testMeasureStartUpTime()
304 addLaunchResult(launch, launchResults); in testMeasureStartUpTime()
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
DAppLaunch.java377 AppLaunchResult launchResults = null; in testMeasureStartUpTime() local
398 launchResults = startApp(launch.getApp(), launch.getLaunchReason()); in testMeasureStartUpTime()
399 if (launchResults.mLaunchTime < 0) { in testMeasureStartUpTime()
404 mCycleTime += launchResults.mLaunchTime; in testMeasureStartUpTime()
405 addLaunchResult(launch, launchResults); in testMeasureStartUpTime()