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