Searched defs:updateShortcuts (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DShortcutManager.java111 * of existing shortcuts when you call {@link #updateShortcuts(List)},
231 * <li>The app can use {@link #updateShortcuts(List)} to update <em>any</em> of the existing
451 public boolean updateShortcuts(@NonNull List<ShortcutInfo> shortcutInfoList) { method in class:ShortcutManager
453 return mService.updateShortcuts(mContext.getPackageName(),
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBaseShortcutManagerTest.java509 public boolean updateShortcuts(List<ShortcutInfo> shortcutInfoList) { method in class:BaseShortcutManagerTest.ShortcutManagerTestable
511 return super.updateShortcuts(cloneShortcutList(shortcutInfoList));
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java1772 public boolean updateShortcuts(String packageName, ParceledListSlice shortcutInfoList, method in class:ShortcutService
1816 "ShortcutInfo.enabled cannot be changed with updateShortcuts()");

Completed in 154 milliseconds