Searched refs:ItemInfoMatcher (Results 1 – 7 of 7) sorted by relevance
34 public abstract class ItemInfoMatcher { class69 public static ItemInfoMatcher ofUser(final UserHandle user) { in ofUser()70 return new ItemInfoMatcher() { in ofUser()78 public static ItemInfoMatcher ofComponents(80 return new ItemInfoMatcher() {88 public static ItemInfoMatcher ofPackages(90 return new ItemInfoMatcher() {98 public static ItemInfoMatcher ofShortcutKeys(final HashSet<ShortcutKey> keys) {99 return new ItemInfoMatcher() {
45 import com.android.launcher3.util.ItemInfoMatcher;92 ItemInfoMatcher matcher = ItemInfoMatcher.ofPackages(packageSet, mUser); in execute()148 matcher = ItemInfoMatcher.ofUser(mUser); in execute()337 ItemInfoMatcher.ofPackages(removedPackages, mUser)); in execute()339 ItemInfoMatcher.ofComponents(removedComponents, mUser)); in execute()
36 import com.android.launcher3.util.ItemInfoMatcher;238 public void deleteItemsFromDatabase(ItemInfoMatcher matcher) { in deleteItemsFromDatabase()
26 import com.android.launcher3.util.ItemInfoMatcher;127 public void updateDisabledFlags(ItemInfoMatcher matcher, FlagOp op) { in updateDisabledFlags()
121 import com.android.launcher3.util.ItemInfoMatcher;3828 ItemInfoMatcher matcher = ItemInfoMatcher.ofComponents(removedComponents, user); in bindShortcutsChanged()3834 ItemInfoMatcher matcher = ItemInfoMatcher.ofShortcutKeys(removedDeepShortcuts); in bindShortcutsChanged()3880 ItemInfoMatcher matcher = ItemInfoMatcher.ofPackages(packageNames, user); in bindWorkspaceComponentsRemoved()3886 ItemInfoMatcher matcher = ItemInfoMatcher.ofComponents(components, user); in bindWorkspaceComponentsRemoved()
81 import com.android.launcher3.util.ItemInfoMatcher;3860 public void removeItemsByMatcher(final ItemInfoMatcher matcher) {4031 ItemInfoMatcher matcher = ItemInfoMatcher.ofPackages(packages, user);
39 import com.android.launcher3.util.ItemInfoMatcher;258 public void onAppsRemoved(ItemInfoMatcher matcher) { in onAppsRemoved()