Home
last modified time | relevance | path

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

/packages/modules/Virtualization/tests/benchmark_hostside/java/android/avf/test/
DAVFHostTestCase.java142 String launchIntentPackage = findSupportedPackage(launchIntentPackages); in testCameraAppStartupTime() local
143 assume().withMessage("No supported camera package").that(launchIntentPackage).isNotNull(); in testCameraAppStartupTime()
144 appStartupHelper(launchIntentPackage); in testCameraAppStartupTime()
152 String launchIntentPackage = findSupportedPackage(launchIntentPackages); in testSettingsAppStartupTime() local
153 assume().withMessage("No supported settings package").that(launchIntentPackage).isNotNull(); in testSettingsAppStartupTime()
154 appStartupHelper(launchIntentPackage); in testSettingsAppStartupTime()
157 private void appStartupHelper(String launchIntentPackage) throws Exception { in appStartupHelper() argument
163 new StartupTimeMetricCollection(getPackageName(launchIntentPackage), ROUND_COUNT); in appStartupHelper()
164 getAppStartupTime(launchIntentPackage, mCollection); in appStartupHelper()
186 private String getPackageName(String launchIntentPackage) { in getPackageName() argument
[all …]