Searched refs:ItemInfoMatcher (Results 1 – 11 of 11) sorted by relevance
35 public abstract class ItemInfoMatcher { class73 public ItemInfoMatcher or(final ItemInfoMatcher matcher) { in or()74 final ItemInfoMatcher that = this; in or()75 return new ItemInfoMatcher() { in or()86 public ItemInfoMatcher and(final ItemInfoMatcher matcher) {87 final ItemInfoMatcher that = this;88 return new ItemInfoMatcher() {96 public static ItemInfoMatcher ofUser(final UserHandle user) {97 return new ItemInfoMatcher() {105 public static ItemInfoMatcher ofComponents([all …]
45 import com.android.launcher3.util.ItemInfoMatcher;92 ItemInfoMatcher matcher = ItemInfoMatcher.ofPackages(packageSet, mUser); in execute()148 matcher = ItemInfoMatcher.ofUser(mUser); in execute()283 deleteAndBindComponentsRemoved(ItemInfoMatcher.ofItemIds(removedShortcuts, false)); in execute()320 ItemInfoMatcher removeMatch = ItemInfoMatcher.ofPackages(removedPackages, mUser) in execute()321 .or(ItemInfoMatcher.ofComponents(removedComponents, mUser)) in execute()322 .and(ItemInfoMatcher.ofItemIds(removedShortcuts, true)); in execute()
29 import com.android.launcher3.util.ItemInfoMatcher;130 public void deleteAndBindComponentsRemoved(final ItemInfoMatcher matcher) { in deleteAndBindComponentsRemoved()
30 import com.android.launcher3.util.ItemInfoMatcher;109 deleteAndBindComponentsRemoved(ItemInfoMatcher.ofShortcutKeys(removedKeys)); in execute()
32 import com.android.launcher3.util.ItemInfoMatcher;102 deleteAndBindComponentsRemoved(ItemInfoMatcher.ofShortcutKeys(removedKeys)); in execute()
36 import com.android.launcher3.util.ItemInfoMatcher;238 public void deleteItemsFromDatabase(ItemInfoMatcher matcher) { in deleteItemsFromDatabase()
32 import com.android.launcher3.util.ItemInfoMatcher;152 public void updateDisabledFlags(ItemInfoMatcher matcher, FlagOp op) { in updateDisabledFlags()
59 import com.android.launcher3.util.ItemInfoMatcher;155 public void bindWorkspaceComponentsRemoved(ItemInfoMatcher matcher); in bindWorkspaceComponentsRemoved()
83 import com.android.launcher3.util.ItemInfoMatcher;3764 public void removeItemsByMatcher(final ItemInfoMatcher matcher) {3935 ItemInfoMatcher matcher = ItemInfoMatcher.ofPackages(packages, user);
125 import com.android.launcher3.util.ItemInfoMatcher;3793 public void bindWorkspaceComponentsRemoved(final ItemInfoMatcher matcher) {
39 import com.android.launcher3.util.ItemInfoMatcher;258 public void onAppsRemoved(ItemInfoMatcher matcher) { in onAppsRemoved()