Searched refs:appTypes (Results 1 – 3 of 3) sorted by relevance
93 List<String> appTypes = new ArrayList<>(); in parseAutomotiveAppTypes() local114 appTypes.add(nameValue); in parseAutomotiveAppTypes()115 if (appTypes.size() > MAX_APP_TYPES) { in parseAutomotiveAppTypes()131 return appTypes; in parseAutomotiveAppTypes()
215 @AppTypes int appTypes, in getLauncherApps() argument255 if ((appTypes & APP_TYPE_MEDIA_SERVICES) != 0) { in getLauncherApps()263 customMediaComponents, appTypes, APP_TYPE_MEDIA_SERVICES)) { in getLauncherApps()289 if ((appTypes & APP_TYPE_LAUNCHABLES) != 0) { in getLauncherApps()294 customMediaComponents, appTypes, APP_TYPE_LAUNCHABLES)) { in getLauncherApps()333 customMediaComponents, appTypes, APP_TYPE_LAUNCHABLES)) { in getLauncherApps()
161 Mode(@StringRes int titleStringId, @AppTypes int appTypes, in Mode() argument164 mAppTypes = appTypes; in Mode()