Searched refs:AppLaunchResult (Results 1 – 1 of 1) sorted by relevance
158 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()402 addLaunchResult(launch, new AppLaunchResult()); in testMeasureStartUpTime()481 for (AppLaunchResult result : mNameToLaunchTime.get(app).get(compilerFilter)) { in testMeasureStartUpTime()[all …]