Searched refs:getPinnedShortcuts (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest1.java | 1286 mManager.getPinnedShortcuts()), in testUpdateShortcuts() 1294 mManager.getPinnedShortcuts()), in testUpdateShortcuts() 1331 mManager.getPinnedShortcuts()), in testUpdateShortcuts() 1350 mManager.getPinnedShortcuts()), in testUpdateShortcuts() 2196 assertShortcutIds(mManager.getPinnedShortcuts(), "s2"); in testGetShortcutInfo() 2198 assertShortcutIds(mManager.getPinnedShortcuts(), "s2"); in testGetShortcutInfo() 2260 assertShortcutIds(mManager.getPinnedShortcuts(), "s2"); in testPinShortcutAndGetPinnedShortcuts() 2262 assertShortcutIds(mManager.getPinnedShortcuts(), "s2"); in testPinShortcutAndGetPinnedShortcuts() 2268 assertShortcutIds(mManager.getPinnedShortcuts(), "s3", "s4"); in testPinShortcutAndGetPinnedShortcuts() 2270 assertShortcutIds(mManager.getPinnedShortcuts(), "s3", "s4"); in testPinShortcutAndGetPinnedShortcuts() [all …]
|
D | BaseShortcutManagerTest.java | 2256 ret.addAll(mManager.getPinnedShortcuts());
|
/frameworks/base/core/java/android/content/pm/ |
D | ShortcutManager.java | 302 public List<ShortcutInfo> getPinnedShortcuts() { in getPinnedShortcuts() method in ShortcutManager
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 14975 Landroid/content/pm/IShortcutService$Stub$Proxy;->getPinnedShortcuts(Ljava/lang/String;I)Landroid/c… 15022 Landroid/content/pm/IShortcutService;->getPinnedShortcuts(Ljava/lang/String;I)Landroid/content/pm/P…
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 4876 HSPLandroid/content/pm/ShortcutManager;->getPinnedShortcuts()Ljava/util/List;
|
/frameworks/base/core/api/ |
D | current.txt | 13088 …@NonNull @WorkerThread public java.util.List<android.content.pm.ShortcutInfo> getPinnedShortcuts();
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 4874 HSPLandroid/content/pm/ShortcutManager;->getPinnedShortcuts()Ljava/util/List;
|