Searched refs:getManifestShortcuts (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest1.java | 6335 mManager.getManifestShortcuts()))), in testManifestShortcut_publishOnUnlockUser() 6342 mManager.getManifestShortcuts()))), in testManifestShortcut_publishOnUnlockUser() 6349 mManager.getManifestShortcuts()))), in testManifestShortcut_publishOnUnlockUser() 6364 assertEmpty(mManager.getManifestShortcuts()); in testManifestShortcut_publishOnUnlockUser() 6370 mManager.getManifestShortcuts()))), in testManifestShortcut_publishOnUnlockUser() 6376 assertEmpty(mManager.getManifestShortcuts()); in testManifestShortcut_publishOnUnlockUser() 6399 mManager.getManifestShortcuts()))), in testManifestShortcut_publishOnUnlockUser() 6406 mManager.getManifestShortcuts()))), in testManifestShortcut_publishOnUnlockUser() 6413 mManager.getManifestShortcuts()))), in testManifestShortcut_publishOnUnlockUser() 6431 mManager.getManifestShortcuts()))), in testManifestShortcut_publishOnUnlockUser() [all …]
|
D | BaseShortcutManagerTest.java | 1855 ret.addAll(mManager.getManifestShortcuts());
|
/frameworks/base/core/java/android/content/pm/ |
D | IShortcutService.aidl | 34 ParceledListSlice getManifestShortcuts(String packageName, int userId); in getManifestShortcuts() method
|
D | ShortcutManager.java | 138 public List<ShortcutInfo> getManifestShortcuts() { in getManifestShortcuts() method in ShortcutManager 140 return mService.getManifestShortcuts(mContext.getPackageName(), injectMyUserId()) in getManifestShortcuts()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | ShortcutService.java | 2132 public ParceledListSlice<ShortcutInfo> getManifestShortcuts(String packageName, in getManifestShortcuts() method in ShortcutService
|
/frameworks/base/services/ |
D | art-profile | 11585 PLcom/android/server/pm/ShortcutService;->getManifestShortcuts(Ljava/lang/String;I)Landroid/content…
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 14982 Landroid/content/pm/IShortcutService$Stub$Proxy;->getManifestShortcuts(Ljava/lang/String;I)Landroid… 15029 Landroid/content/pm/IShortcutService;->getManifestShortcuts(Ljava/lang/String;I)Landroid/content/pm…
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 12078 method @NonNull public java.util.List<android.content.pm.ShortcutInfo> getManifestShortcuts();
|
/frameworks/base/api/ |
D | current.txt | 12078 method @NonNull public java.util.List<android.content.pm.ShortcutInfo> getManifestShortcuts();
|