Home
last modified time | relevance | path

Searched refs:getPinnedShortcuts (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java1071 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 …]
DBaseShortcutManagerTest.java1854 ret.addAll(mManager.getPinnedShortcuts());
/frameworks/base/core/java/android/content/pm/
DIShortcutService.aidl43 ParceledListSlice getPinnedShortcuts(String packageName, int userId); in getPinnedShortcuts() method
DShortcutManager.java206 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/
DShortcutService.java2146 public ParceledListSlice<ShortcutInfo> getPinnedShortcuts(String packageName, in getPinnedShortcuts() method in ShortcutService
/frameworks/base/services/
Dart-profile11593 PLcom/android/server/pm/ShortcutService;->getPinnedShortcuts(Ljava/lang/String;I)Landroid/content/p…
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt16004 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/
Dcurrent.txt12063 method @NonNull public java.util.List<android.content.pm.ShortcutInfo> getPinnedShortcuts();