Searched refs:matchFlags (Results 1 – 5 of 5) sorted by relevance
78 ParceledListSlice getShortcuts(String packageName, int matchFlags, int userId); in getShortcuts() argument
208 public List<ShortcutInfo> getShortcuts(@ShortcutMatchFlags int matchFlags) { in getShortcuts() argument210 return mService.getShortcuts(mContext.getPackageName(), matchFlags, injectMyUserId()) in getShortcuts()
2396 @ShortcutManager.ShortcutMatchFlags int matchFlags, @UserIdInt int userId) { in getShortcuts() argument2402 final boolean matchDynamic = (matchFlags & ShortcutManager.FLAG_MATCH_DYNAMIC) != 0; in getShortcuts()2403 final boolean matchPinned = (matchFlags & ShortcutManager.FLAG_MATCH_PINNED) != 0; in getShortcuts()2404 final boolean matchManifest = (matchFlags & ShortcutManager.FLAG_MATCH_MANIFEST) != 0; in getShortcuts()2405 final boolean matchCached = (matchFlags & ShortcutManager.FLAG_MATCH_CACHED) != 0; in getShortcuts()
2862 void startPersistentApps(int matchFlags) {2863 mService.startPersistentApps(matchFlags);
7932 void startPersistentApps(int matchFlags) { in startPersistentApps() argument7938 .getPersistentApplications(STOCK_PM_FLAGS | matchFlags).getList(); in startPersistentApps()7958 final int matchFlags = GET_PROVIDERS | MATCH_DIRECT_BOOT_UNAWARE; in installEncryptionUnawareProviders() local7975 .getPackageInfo(pkgName, matchFlags, userId); in installEncryptionUnawareProviders()