Home
last modified time | relevance | path

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

/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
DAppLaunch.java377 AppLaunchResult launchResults = null; in testMeasureStartUpTime() local
400 launchResults = startApp(launch.getApp(), launch.getLaunchReason()); in testMeasureStartUpTime()
401 if (launchResults.mLaunchTime < 0) { in testMeasureStartUpTime()
406 mCycleTime += launchResults.mLaunchTime; in testMeasureStartUpTime()
407 addLaunchResult(launch, launchResults); in testMeasureStartUpTime()