Searched refs:getPinnedShortcuts (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest1.java | 1342 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 …]
|
D | BaseShortcutManagerTest.java | 2066 ret.addAll(mManager.getPinnedShortcuts());
|
/frameworks/base/core/java/android/content/pm/ |
D | ShortcutManager.java | 301 public List<ShortcutInfo> getPinnedShortcuts() { in getPinnedShortcuts() method in ShortcutManager
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/ |
D | boot-image-profile.txt | 4760 HSPLandroid/content/pm/ShortcutManager;->getPinnedShortcuts()Ljava/util/List;
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 12097 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/ |
D | boot-image-profile.txt | 4763 HSPLandroid/content/pm/ShortcutManager;->getPinnedShortcuts()Ljava/util/List;
|
/frameworks/base/core/api/ |
D | current.txt | 13619 …@NonNull @WorkerThread public java.util.List<android.content.pm.ShortcutInfo> getPinnedShortcuts();
|