Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DIShortcutService.aidl37 void removeAllDynamicShortcuts(String packageName, int userId); in removeAllDynamicShortcuts() method
DShortcutManager.java268 public void removeAllDynamicShortcuts() { in removeAllDynamicShortcuts() method in ShortcutManager
270 mService.removeAllDynamicShortcuts(mContext.getPackageName(), injectMyUserId()); in removeAllDynamicShortcuts()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest12.java95 mManager.removeAllDynamicShortcuts(); in testSetDynamicShortcuts_PersistsShortcutsToDisk()
DShortcutManagerTest8.java772 mManager.removeAllDynamicShortcuts(); in testRequestPinShortcut_wasDynamic_alreadyPinned()
1189 mManager.removeAllDynamicShortcuts(); in testRequestPinShortcut_dynamicExists_thenRemoved_error()
1247 mManager.removeAllDynamicShortcuts(); in testRequestPinShortcut_dynamicExists_thenRemoved_okay()
DShortcutManagerTest11.java721 mManager.removeAllDynamicShortcuts(); in testShortcutChangeCallback_removeAllDynamicShortcuts()
754 mManager.removeAllDynamicShortcuts(); in testShortcutChangeCallback_removeAllDynamicShortcuts_pinnedAndCached()
DShortcutManagerTest1.java691 mManager.removeAllDynamicShortcuts(); in testPublishWithNoActivity()
702 mManager.removeAllDynamicShortcuts(); in testPublishWithNoActivity()
718 mManager.removeAllDynamicShortcuts(); in testPublishWithNoActivity()
806 mManager.removeAllDynamicShortcuts(); in testDeleteAllDynamicShortcuts()
2729 mManager.removeAllDynamicShortcuts(); in testPinShortcutAndGetPinnedShortcuts_multi()
2735 mManager.removeAllDynamicShortcuts(); in testPinShortcutAndGetPinnedShortcuts_multi()
3690 mManager.removeAllDynamicShortcuts(); in testLauncherCallback()
4278 mManager.removeAllDynamicShortcuts(); in testCleanupPackage()
4281 mManager.removeAllDynamicShortcuts(); in testCleanupPackage()
4284 mManager.removeAllDynamicShortcuts(); in testCleanupPackage()
[all …]
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java2496 public void removeAllDynamicShortcuts(String packageName, @UserIdInt int userId) {
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt12103 Landroid/content/pm/IShortcutService$Stub$Proxy;->removeAllDynamicShortcuts(Ljava/lang/String;I)V
12149 Landroid/content/pm/IShortcutService;->removeAllDynamicShortcuts(Ljava/lang/String;I)V
/frameworks/base/core/api/
Dcurrent.txt13624 method public void removeAllDynamicShortcuts();