Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/
H A DAppLauncherUtils.java197 @AppTypes int appTypes, in getLauncherApps() argument
229 if ((appTypes & APP_TYPE_MEDIA_SERVICES) != 0) { in getLauncherApps()
237 appTypes, APP_TYPE_MEDIA_SERVICES)) { in getLauncherApps()
270 if ((appTypes & APP_TYPE_LAUNCHABLES) != 0) { in getLauncherApps()
276 appTypes, APP_TYPE_LAUNCHABLES)) { in getLauncherApps()
305 appTypes, APP_TYPE_LAUNCHABLES)) { in getLauncherApps()
426 List<String> appTypes = new ArrayList<>(); in parseAutomotiveAppTypes() local
447 appTypes.add(nameValue); in parseAutomotiveAppTypes()
448 if (appTypes.size() > MAX_APP_TYPES) { in parseAutomotiveAppTypes()
464 return appTypes; in parseAutomotiveAppTypes()
H A DAppGridActivity.java117 Mode(@StringRes int titleStringId, @AppLauncherUtils.AppTypes int appTypes, in Mode() argument
120 mAppTypes = appTypes; in Mode()
/aosp12/packages/apps/Car/Launcher/tests/src/com/android/car/carlauncher/
H A DAppLauncherUtilsTest.java228 List<String> appTypes = in invalidAutomotiveXml() local
230 assertEquals(0, appTypes.size()); in invalidAutomotiveXml()