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.java60 @interface AppTypes {} annotation in AppLauncherUtils
173 @AppTypes int appTypes, in getLauncherApps()
269 @AppTypes int appTypesToShow, in shouldAddToLaunchables()
270 @AppTypes int componentAppType) { in shouldAddToLaunchables()
DAppGridActivity.java102 public final @AppLauncherUtils.AppTypes int mAppTypes;
105 Mode(@StringRes int titleStringId, @AppLauncherUtils.AppTypes int appTypes, in Mode()