HomeSort by relevance Sort by last modified time
    Searched refs:shouldShowApp (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
AppFilter.java 12 public abstract boolean shouldShowApp(ComponentName app);
AllAppsList.java 66 if (mAppFilter != null && !mAppFilter.shouldShowApp(info.componentName)) {
LauncherAppState.java 166 return mAppFilter == null || mAppFilter.shouldShowApp(componentName);

Completed in 171 milliseconds