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.java176 @AppTypes int appTypes, in getLauncherApps() argument
197 if ((appTypes & APP_TYPE_MEDIA_SERVICES) != 0) { in getLauncherApps()
204 appTypes, APP_TYPE_MEDIA_SERVICES)) { in getLauncherApps()
230 if ((appTypes & APP_TYPE_LAUNCHABLES) != 0) { in getLauncherApps()
235 appTypes, APP_TYPE_LAUNCHABLES)) { in getLauncherApps()
DAppGridActivity.java98 Mode(@StringRes int titleStringId, @AppLauncherUtils.AppTypes int appTypes, in Mode() argument
101 mAppTypes = appTypes; in Mode()