Searched refs:getManifestShortcuts (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DIShortcutService.aidl31 ParceledListSlice getManifestShortcuts(String packageName, int userId);
H A DShortcutManager.java523 public List<ShortcutInfo> getManifestShortcuts() { method in class:ShortcutManager
525 return mService.getManifestShortcuts(mContext.getPackageName(), injectMyUserId())
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java5728 mManager.getManifestShortcuts()))),
5735 mManager.getManifestShortcuts()))),
5742 mManager.getManifestShortcuts()))),
5756 assertEmpty(mManager.getManifestShortcuts());
5762 mManager.getManifestShortcuts()))),
5768 assertEmpty(mManager.getManifestShortcuts());
5789 mManager.getManifestShortcuts()))),
5796 mManager.getManifestShortcuts()))),
5803 mManager.getManifestShortcuts()))),
5819 mManager.getManifestShortcuts()))),
[all...]
H A DBaseShortcutManagerTest.java1595 ret.addAll(mManager.getManifestShortcuts());
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java1928 public ParceledListSlice<ShortcutInfo> getManifestShortcuts(String packageName, method in class:ShortcutService

Completed in 61 milliseconds