Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/src/com/android/car/carlauncher/
DAppLauncherUtils.java202 if (shouldAddToLaunchables(componentName, appsToHide, customMediaComponents, in getLauncherApps()
240 if (shouldAddToLaunchables(componentName, appsToHide, customMediaComponents, in getLauncherApps()
266 private static boolean shouldAddToLaunchables(@NonNull ComponentName componentName, in shouldAddToLaunchables() method in AppLauncherUtils