Home
last modified time | relevance | path

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

/packages/services/Car/car_product/distant_display/apps/CarDistantDisplaySystemUI/src/com/android/systemui/car/distantdisplay/util/
DAppCategoryDetector.java93 List<String> appTypes = new ArrayList<>(); in parseAutomotiveAppTypes() local
114 appTypes.add(nameValue); in parseAutomotiveAppTypes()
115 if (appTypes.size() > MAX_APP_TYPES) { in parseAutomotiveAppTypes()
131 return appTypes; in parseAutomotiveAppTypes()
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/
DAppLauncherUtils.java215 @AppTypes int appTypes, in getLauncherApps() argument
255 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()
DAppGridActivity.java161 Mode(@StringRes int titleStringId, @AppTypes int appTypes, in Mode() argument
164 mAppTypes = appTypes; in Mode()