Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/AppLaunchWear/src/com/android/tests/applaunch/
H A DAppLaunch.java157 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()
561 return new AppLaunchResult(); in startApp()
687 private class AppLaunchResult { class in AppLaunch
692 AppLaunchResult() { in AppLaunchResult() method in AppLaunch.AppLaunchResult
711 private AppLaunchResult mLaunchResult;
720 mLaunchResult = new AppLaunchResult(); in AppLaunchRunnable()
[all …]
/aosp12/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
H A DAppLaunch.java209 List<AppLaunchResult> results = in hasFailureOnFirstLaunch()
315 AppLaunchResult launchResult = in testMeasureStartUpTime()
318 addLaunchResult(launch, new AppLaunchResult()); in testMeasureStartUpTime()
356 AppLaunchResult launchResult = in testMeasureStartUpTime()
377 AppLaunchResult launchResults = null; in testMeasureStartUpTime()
1069 return new AppLaunchResult(); in startApp()
1233 private class AppLaunchResult { class in AppLaunch
1238 AppLaunchResult() { in AppLaunchResult() method in AppLaunch.AppLaunchResult
1257 private AppLaunchResult mLaunchResult;
1263 mLaunchResult = new AppLaunchResult(); in AppLaunchRunnable()
[all …]