Searched refs:matchedList (Results 1 – 1 of 1) sorted by relevance
1353 List<ShortcutInfo> matchedList = filterShortcutsByQuery(packageName, shortcuts, in onShortcutEvent() local1355 if (!CollectionUtils.isEmpty(matchedList)) { in onShortcutEvent()1358 callback.onShortcutsRemoved(packageName, matchedList, user); in onShortcutEvent()1360 callback.onShortcutsAddedOrUpdated(packageName, matchedList, user); in onShortcutEvent()