Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DShortcutManager.java412 public void removeAllDynamicShortcuts() { in removeAllDynamicShortcuts() method in ShortcutManager
414 mService.removeAllDynamicShortcuts(mContext.getPackageName(), injectMyUserId()); in removeAllDynamicShortcuts()
DIShortcutService.aidl40 void removeAllDynamicShortcuts(String packageName, int userId); in removeAllDynamicShortcuts() method
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java464 mManager.removeAllDynamicShortcuts(); in testPublishWithNoActivity()
475 mManager.removeAllDynamicShortcuts(); in testPublishWithNoActivity()
491 mManager.removeAllDynamicShortcuts(); in testPublishWithNoActivity()
579 mManager.removeAllDynamicShortcuts(); in testDeleteAllDynamicShortcuts()
2042 mManager.removeAllDynamicShortcuts(); in testPinShortcutAndGetPinnedShortcuts_multi()
2048 mManager.removeAllDynamicShortcuts(); in testPinShortcutAndGetPinnedShortcuts_multi()
3003 mManager.removeAllDynamicShortcuts(); in testLauncherCallback()
3428 mManager.removeAllDynamicShortcuts(); in testCleanupPackage()
3431 mManager.removeAllDynamicShortcuts(); in testCleanupPackage()
3434 mManager.removeAllDynamicShortcuts(); in testCleanupPackage()
[all …]
DShortcutManagerTest8.java767 mManager.removeAllDynamicShortcuts(); in testRequestPinShortcut_wasDynamic_alreadyPinned()
1184 mManager.removeAllDynamicShortcuts(); in testRequestPinShortcut_dynamicExists_thenRemoved_error()
1242 mManager.removeAllDynamicShortcuts(); in testRequestPinShortcut_dynamicExists_thenRemoved_okay()
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java2072 public void removeAllDynamicShortcuts(String packageName, @UserIdInt int userId) { in removeAllDynamicShortcuts() method in ShortcutService
/frameworks/base/config/
Dboot-image-profile.txt18194 HSPLandroid/content/pm/IShortcutService$Stub$Proxy;->removeAllDynamicShortcuts(Ljava/lang/String;I)V
18213 HSPLandroid/content/pm/IShortcutService;->removeAllDynamicShortcuts(Ljava/lang/String;I)V
18872 HSPLandroid/content/pm/ShortcutManager;->removeAllDynamicShortcuts()V
Dhiddenapi-public-dex.txt8821 Landroid/content/pm/ShortcutManager;->removeAllDynamicShortcuts()V
/frameworks/base/api/
Dcurrent.txt11623 method public void removeAllDynamicShortcuts();