Searched refs:appTypes (Results 1 – 3 of 3) sorted by relevance
197 @AppTypes int appTypes, in getLauncherApps() argument229 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() local447 appTypes.add(nameValue); in parseAutomotiveAppTypes()448 if (appTypes.size() > MAX_APP_TYPES) { in parseAutomotiveAppTypes()464 return appTypes; in parseAutomotiveAppTypes()
117 Mode(@StringRes int titleStringId, @AppLauncherUtils.AppTypes int appTypes, in Mode() argument120 mAppTypes = appTypes; in Mode()
228 List<String> appTypes = in invalidAutomotiveXml() local230 assertEquals(0, appTypes.size()); in invalidAutomotiveXml()