Searched refs:getPinnedShortcuts (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest1.java | 1071 mManager.getPinnedShortcuts()), in testUpdateShortcuts() 1079 mManager.getPinnedShortcuts()), in testUpdateShortcuts() 1116 mManager.getPinnedShortcuts()), in testUpdateShortcuts() 1135 mManager.getPinnedShortcuts()), in testUpdateShortcuts() 1576 assertShortcutIds(mManager.getPinnedShortcuts(), "s2"); in testGetShortcutInfo() 1578 assertShortcutIds(mManager.getPinnedShortcuts(), "s2"); in testGetShortcutInfo() 1640 assertShortcutIds(mManager.getPinnedShortcuts(), "s2"); in testPinShortcutAndGetPinnedShortcuts() 1642 assertShortcutIds(mManager.getPinnedShortcuts(), "s2"); in testPinShortcutAndGetPinnedShortcuts() 1648 assertShortcutIds(mManager.getPinnedShortcuts(), "s3", "s4"); in testPinShortcutAndGetPinnedShortcuts() 1650 assertShortcutIds(mManager.getPinnedShortcuts(), "s3", "s4"); in testPinShortcutAndGetPinnedShortcuts() [all …]
|
D | BaseShortcutManagerTest.java | 1854 ret.addAll(mManager.getPinnedShortcuts());
|
/frameworks/base/core/java/android/content/pm/ |
D | IShortcutService.aidl | 43 ParceledListSlice getPinnedShortcuts(String packageName, int userId); in getPinnedShortcuts() method
|
D | ShortcutManager.java | 206 public List<ShortcutInfo> getPinnedShortcuts() { in getPinnedShortcuts() method in ShortcutManager 208 return mService.getPinnedShortcuts(mContext.getPackageName(), injectMyUserId()) in getPinnedShortcuts()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | ShortcutService.java | 2146 public ParceledListSlice<ShortcutInfo> getPinnedShortcuts(String packageName, in getPinnedShortcuts() method in ShortcutService
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/services/ |
D | art-profile | 11593 PLcom/android/server/pm/ShortcutService;->getPinnedShortcuts(Ljava/lang/String;I)Landroid/content/p…
|