Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Launcher/tests/src/com/android/car/carlauncher/
H A DAppLauncherUtilsTest.java271 resolveInfoList.add(constructActivityResolveInfo(TEST_DISABLED_APP_1)); in mockPackageManagerQueries()
272 resolveInfoList.add(constructActivityResolveInfo(TEST_DISABLED_APP_2)); in mockPackageManagerQueries()
274 resolveInfoList.add(constructActivityResolveInfo(TEST_ENABLED_APP)); in mockPackageManagerQueries()
292 private static ResolveInfo constructActivityResolveInfo(String packageName) { in constructActivityResolveInfo() method in AppLauncherUtilsTest