Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/src/com/android/car/carlauncher/
DAppLauncherUtils.java173 @AppTypes int appTypes, in getLauncherApps() argument
196 if ((appTypes & APP_TYPE_MEDIA_SERVICES) != 0) { in getLauncherApps()
203 appTypes, APP_TYPE_MEDIA_SERVICES)) { in getLauncherApps()
236 if ((appTypes & APP_TYPE_LAUNCHABLES) != 0) { in getLauncherApps()
241 appTypes, APP_TYPE_LAUNCHABLES)) { in getLauncherApps()
DAppGridActivity.java105 Mode(@StringRes int titleStringId, @AppLauncherUtils.AppTypes int appTypes, in Mode() argument
108 mAppTypes = appTypes; in Mode()