Home | History | Annotate | Download | only in pm

Lines Matching refs:packageName

28     boolean setDynamicShortcuts(String packageName, in ParceledListSlice shortcutInfoList,
31 ParceledListSlice getDynamicShortcuts(String packageName, int userId);
33 ParceledListSlice getManifestShortcuts(String packageName, int userId);
35 boolean addDynamicShortcuts(String packageName, in ParceledListSlice shortcutInfoList,
38 void removeDynamicShortcuts(String packageName, in List shortcutIds, int userId);
40 void removeAllDynamicShortcuts(String packageName, int userId);
42 ParceledListSlice getPinnedShortcuts(String packageName, int userId);
44 boolean updateShortcuts(String packageName, in ParceledListSlice shortcuts, int userId);
46 boolean requestPinShortcut(String packageName, in ShortcutInfo shortcut,
49 Intent createShortcutResultIntent(String packageName, in ShortcutInfo shortcut, int userId);
51 void disableShortcuts(String packageName, in List shortcutIds, CharSequence disabledMessage,
54 void enableShortcuts(String packageName, in List shortcutIds, int userId);
56 int getMaxShortcutCountPerActivity(String packageName, int userId);
58 int getRemainingCallCount(String packageName, int userId);
60 long getRateLimitResetTime(String packageName, int userId);
62 int getIconMaxDimensions(String packageName, int userId);
64 void reportShortcutUsed(String packageName, String shortcutId, int userId);
68 void onApplicationActive(String packageName, int userId); // system only API for sysUI