Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java6304 mManager.getManifestShortcuts()))), in testManifestShortcut_publishOnUnlockUser()
6311 mManager.getManifestShortcuts()))), in testManifestShortcut_publishOnUnlockUser()
6318 mManager.getManifestShortcuts()))), in testManifestShortcut_publishOnUnlockUser()
6333 assertEmpty(mManager.getManifestShortcuts()); in testManifestShortcut_publishOnUnlockUser()
6339 mManager.getManifestShortcuts()))), in testManifestShortcut_publishOnUnlockUser()
6345 assertEmpty(mManager.getManifestShortcuts()); in testManifestShortcut_publishOnUnlockUser()
6368 mManager.getManifestShortcuts()))), in testManifestShortcut_publishOnUnlockUser()
6375 mManager.getManifestShortcuts()))), in testManifestShortcut_publishOnUnlockUser()
6382 mManager.getManifestShortcuts()))), in testManifestShortcut_publishOnUnlockUser()
6400 mManager.getManifestShortcuts()))), in testManifestShortcut_publishOnUnlockUser()
[all …]
DBaseShortcutManagerTest.java1799 ret.addAll(mManager.getManifestShortcuts());
/frameworks/base/core/java/android/content/pm/
DShortcutManager.java362 public List<ShortcutInfo> getManifestShortcuts() { in getManifestShortcuts() method in ShortcutManager
364 return mService.getManifestShortcuts(mContext.getPackageName(), injectMyUserId()) in getManifestShortcuts()
DIShortcutService.aidl33 ParceledListSlice getManifestShortcuts(String packageName, int userId); in getManifestShortcuts() method
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java2101 public ParceledListSlice<ShortcutInfo> getManifestShortcuts(String packageName, in getManifestShortcuts() method in ShortcutService
/frameworks/base/config/
Dboot-image-profile.txt18190 HSPLandroid/content/pm/IShortcutService$Stub$Proxy;->getManifestShortcuts(Ljava/lang/String;I)Landr…
18206 HSPLandroid/content/pm/IShortcutService;->getManifestShortcuts(Ljava/lang/String;I)Landroid/content…
18867 HSPLandroid/content/pm/ShortcutManager;->getManifestShortcuts()Ljava/util/List;
Dhiddenapi-public-dex.txt8816 Landroid/content/pm/ShortcutManager;->getManifestShortcuts()Ljava/util/List;
/frameworks/base/api/
Dcurrent.txt11618 method public java.util.List<android.content.pm.ShortcutInfo> getManifestShortcuts();