Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DAppFilter.java24 public boolean shouldShowApp(ComponentName app) { in shouldShowApp() method in AppFilter
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DAllAppsList.java137 if (!mAppFilter.shouldShowApp(info.componentName)) { in add()
/aosp12/packages/apps/Launcher3/src_shortcuts_overrides/com/android/launcher3/model/
H A DWidgetsModel.java294 if (!mAppFilter.shouldShowApp(item.componentName)) { in test()