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.java1342 mManager.getPinnedShortcuts()), in testUpdateShortcuts()
1350 mManager.getPinnedShortcuts()), in testUpdateShortcuts()
1387 mManager.getPinnedShortcuts()), in testUpdateShortcuts()
1406 mManager.getPinnedShortcuts()), in testUpdateShortcuts()
2252 assertShortcutIds(mManager.getPinnedShortcuts(), "s2"); in testGetShortcutInfo()
2254 assertShortcutIds(mManager.getPinnedShortcuts(), "s2"); in testGetShortcutInfo()
2316 assertShortcutIds(mManager.getPinnedShortcuts(), "s2"); in testPinShortcutAndGetPinnedShortcuts()
2318 assertShortcutIds(mManager.getPinnedShortcuts(), "s2"); in testPinShortcutAndGetPinnedShortcuts()
2324 assertShortcutIds(mManager.getPinnedShortcuts(), "s3", "s4"); in testPinShortcutAndGetPinnedShortcuts()
2326 assertShortcutIds(mManager.getPinnedShortcuts(), "s3", "s4"); in testPinShortcutAndGetPinnedShortcuts()
[all …]
DBaseShortcutManagerTest.java2066 ret.addAll(mManager.getPinnedShortcuts());
/frameworks/base/core/java/android/content/pm/
DShortcutManager.java301 public List<ShortcutInfo> getPinnedShortcuts() { in getPinnedShortcuts() method in ShortcutManager
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt4760 HSPLandroid/content/pm/ShortcutManager;->getPinnedShortcuts()Ljava/util/List;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt12097 Landroid/content/pm/IShortcutService$Stub$Proxy;->getPinnedShortcuts(Ljava/lang/String;I)Landroid/c…
12144 Landroid/content/pm/IShortcutService;->getPinnedShortcuts(Ljava/lang/String;I)Landroid/content/pm/P…
/frameworks/base/config/
Dboot-image-profile.txt4763 HSPLandroid/content/pm/ShortcutManager;->getPinnedShortcuts()Ljava/util/List;
/frameworks/base/core/api/
Dcurrent.txt13619 …@NonNull @WorkerThread public java.util.List<android.content.pm.ShortcutInfo> getPinnedShortcuts();