Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Virtualization/tests/benchmark_hostside/java/android/avf/test/
DAVFHostTestCase.java185 String launchIntentPackage = findSupportedPackage(launchIntentPackages); in testCameraAppStartupTime() local
193 String launchIntentPackage = findSupportedPackage(launchIntentPackages); in testSettingsAppStartupTime() local
198 private void appStartupHelper(String launchIntentPackage) throws Exception { in appStartupHelper()
233 private String getPackageName(String launchIntentPackage) { in getPackageName()