Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DIShortcutService.aidl37 void removeAllDynamicShortcuts(String packageName, int userId); in removeAllDynamicShortcuts() method
DShortcutManager.java258 public void removeAllDynamicShortcuts() { in removeAllDynamicShortcuts() method in ShortcutManager
260 mService.removeAllDynamicShortcuts(mContext.getPackageName(), injectMyUserId()); in removeAllDynamicShortcuts()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java599 mManager.removeAllDynamicShortcuts(); in testPublishWithNoActivity()
610 mManager.removeAllDynamicShortcuts(); in testPublishWithNoActivity()
626 mManager.removeAllDynamicShortcuts(); in testPublishWithNoActivity()
714 mManager.removeAllDynamicShortcuts(); in testDeleteAllDynamicShortcuts()
2535 mManager.removeAllDynamicShortcuts(); in testPinShortcutAndGetPinnedShortcuts_multi()
2541 mManager.removeAllDynamicShortcuts(); in testPinShortcutAndGetPinnedShortcuts_multi()
3496 mManager.removeAllDynamicShortcuts(); in testLauncherCallback()
3921 mManager.removeAllDynamicShortcuts(); in testCleanupPackage()
3924 mManager.removeAllDynamicShortcuts(); in testCleanupPackage()
3927 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()
DShortcutManagerTest11.java710 mManager.removeAllDynamicShortcuts(); in testShortcutChangeCallback_removeAllDynamicShortcuts()
742 mManager.removeAllDynamicShortcuts(); in testShortcutChangeCallback_removeAllDynamicShortcuts_pinnedAndCached()
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java2323 public void removeAllDynamicShortcuts(String packageName, @UserIdInt int userId) { in removeAllDynamicShortcuts() method in ShortcutService
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/services/
Dart-profile26200 HPLcom/android/server/pm/ShortcutService;->lambda$removeAllDynamicShortcuts$4(Landroid/content/pm/S…
26229 HPLcom/android/server/pm/ShortcutService;->removeAllDynamicShortcuts(Ljava/lang/String;I)V
/frameworks/base/api/
Dcurrent.txt12487 method public void removeAllDynamicShortcuts();