Searched refs:getManifestShortcuts (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest1.java | 6304 mManager.getManifestShortcuts()))), in testManifestShortcut_publishOnUnlockUser() 6311 mManager.getManifestShortcuts()))), in testManifestShortcut_publishOnUnlockUser() 6318 mManager.getManifestShortcuts()))), in testManifestShortcut_publishOnUnlockUser() 6333 assertEmpty(mManager.getManifestShortcuts()); in testManifestShortcut_publishOnUnlockUser() 6339 mManager.getManifestShortcuts()))), in testManifestShortcut_publishOnUnlockUser() 6345 assertEmpty(mManager.getManifestShortcuts()); in testManifestShortcut_publishOnUnlockUser() 6368 mManager.getManifestShortcuts()))), in testManifestShortcut_publishOnUnlockUser() 6375 mManager.getManifestShortcuts()))), in testManifestShortcut_publishOnUnlockUser() 6382 mManager.getManifestShortcuts()))), in testManifestShortcut_publishOnUnlockUser() 6400 mManager.getManifestShortcuts()))), in testManifestShortcut_publishOnUnlockUser() [all …]
|
D | BaseShortcutManagerTest.java | 1799 ret.addAll(mManager.getManifestShortcuts());
|
/frameworks/base/core/java/android/content/pm/ |
D | ShortcutManager.java | 362 public List<ShortcutInfo> getManifestShortcuts() { in getManifestShortcuts() method in ShortcutManager 364 return mService.getManifestShortcuts(mContext.getPackageName(), injectMyUserId()) in getManifestShortcuts()
|
D | IShortcutService.aidl | 33 ParceledListSlice getManifestShortcuts(String packageName, int userId); in getManifestShortcuts() method
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | ShortcutService.java | 2101 public ParceledListSlice<ShortcutInfo> getManifestShortcuts(String packageName, in getManifestShortcuts() method in ShortcutService
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 18190 HSPLandroid/content/pm/IShortcutService$Stub$Proxy;->getManifestShortcuts(Ljava/lang/String;I)Landr… 18206 HSPLandroid/content/pm/IShortcutService;->getManifestShortcuts(Ljava/lang/String;I)Landroid/content… 18867 HSPLandroid/content/pm/ShortcutManager;->getManifestShortcuts()Ljava/util/List;
|
D | hiddenapi-public-dex.txt | 8816 Landroid/content/pm/ShortcutManager;->getManifestShortcuts()Ljava/util/List;
|
/frameworks/base/api/ |
D | current.txt | 11618 method public java.util.List<android.content.pm.ShortcutInfo> getManifestShortcuts();
|