Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/
H A DAppLauncherUtils.java236 if (shouldAddToLaunchables(componentName, appsToHide, customMediaComponents, in getLauncherApps()
275 if (shouldAddToLaunchables(componentName, appsToHide, customMediaComponents, in getLauncherApps()
304 if (!shouldAddToLaunchables(componentName, appsToHide, customMediaComponents, in getLauncherApps()
521 private static boolean shouldAddToLaunchables(@NonNull ComponentName componentName, in shouldAddToLaunchables() method in AppLauncherUtils