Searched refs:getPinnedShortcuts (Results 1 – 8 of 8) 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/services/ |
D | art-profile | 11593 PLcom/android/server/pm/ShortcutService;->getPinnedShortcuts(Ljava/lang/String;I)Landroid/content/p…
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 16004 Landroid/content/pm/IShortcutService$Stub$Proxy;->getPinnedShortcuts(Ljava/lang/String;I)Landroid/c… 16053 Landroid/content/pm/IShortcutService;->getPinnedShortcuts(Ljava/lang/String;I)Landroid/content/pm/P…
|
/frameworks/base/api/ |
D | current.txt | 12063 method @NonNull public java.util.List<android.content.pm.ShortcutInfo> getPinnedShortcuts();
|