Searched defs:matchFlags (Results 1 – 5 of 5) sorted by relevance
78 ParceledListSlice getShortcuts(String packageName, int matchFlags, int userId); in getShortcuts()
208 public List<ShortcutInfo> getShortcuts(@ShortcutMatchFlags int matchFlags) { in getShortcuts()
2396 @ShortcutManager.ShortcutMatchFlags int matchFlags, @UserIdInt int userId) { in getShortcuts()
7686 int matchFlags, List<ResolveInfo> candidates, CrossProfileDomainInfo xpDomainInfo, in filterCandidatesWithDomainPreferredActivitiesLPr()
7930 void startPersistentApps(int matchFlags) { in startPersistentApps()7956 final int matchFlags = GET_PROVIDERS | MATCH_DIRECT_BOOT_UNAWARE; in installEncryptionUnawareProviders() local