Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/
H A DAppLauncherUtils.java71 @interface AppTypes {} annotation in AppLauncherUtils
197 @AppTypes int appTypes, in getLauncherApps()
524 @AppTypes int appTypesToShow, in shouldAddToLaunchables()
525 @AppTypes int componentAppType) { in shouldAddToLaunchables()
H A DAppGridActivity.java114 public final @AppLauncherUtils.AppTypes int mAppTypes;
117 Mode(@StringRes int titleStringId, @AppLauncherUtils.AppTypes int appTypes, in Mode()