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.java205 if (shouldAddToLaunchables(componentName, blackList, customMediaComponents, in getLauncherApps()
236 if (shouldAddToLaunchables(componentName, blackList, customMediaComponents, in getLauncherApps()
262 private static boolean shouldAddToLaunchables(@NonNull ComponentName componentName, in shouldAddToLaunchables() method in AppLauncherUtils