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