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