Home
last modified time | relevance | path

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

/frameworks/base/tests/AppLaunchWear/src/com/android/tests/applaunch/
DAppLaunch.java125 private Map<String, Map<String, List<AppLaunchResult>>> mNameToLaunchTime;
152 private void addLaunchResult(LaunchOrder launch, AppLaunchResult result) { in addLaunchResult()
157 List<AppLaunchResult> results = in hasFailureOnFirstLaunch()
256 AppLaunchResult launchResult = null; in testMeasureStartUpTime()
265 addLaunchResult(launch, new AppLaunchResult()); in testMeasureStartUpTime()
285 AppLaunchResult launchResults = null; in testMeasureStartUpTime()
300 addLaunchResult(launch, new AppLaunchResult()); in testMeasureStartUpTime()
347 for (AppLaunchResult result : mNameToLaunchTime.get(app).get(compilerFilter)) { in testMeasureStartUpTime()
492 HashMap<String, List<AppLaunchResult>> map = new HashMap<>(); in parseArgs()
553 private AppLaunchResult startApp(String appName, boolean forceStopBeforeLaunch, in startApp()
[all …]
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
DAppLaunch.java158 private Map<String, Map<String, List<AppLaunchResult>>> mNameToLaunchTime;
204 private void addLaunchResult(LaunchOrder launch, AppLaunchResult result) { in addLaunchResult()
209 List<AppLaunchResult> results = in hasFailureOnFirstLaunch()
315 AppLaunchResult launchResult = in testMeasureStartUpTime()
318 addLaunchResult(launch, new AppLaunchResult()); in testMeasureStartUpTime()
356 AppLaunchResult launchResult = in testMeasureStartUpTime()
359 addLaunchResult(launch, new AppLaunchResult()); in testMeasureStartUpTime()
377 AppLaunchResult launchResults = null; in testMeasureStartUpTime()
400 addLaunchResult(launch, new AppLaunchResult()); in testMeasureStartUpTime()
479 for (AppLaunchResult result : mNameToLaunchTime.get(app).get(compilerFilter)) { in testMeasureStartUpTime()
[all …]