Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/pm/
H A DIShortcutService.aidl37 void removeAllDynamicShortcuts(String packageName, int userId); in removeAllDynamicShortcuts() method
H A DShortcutManager.java268 public void removeAllDynamicShortcuts() { in removeAllDynamicShortcuts() method in ShortcutManager
270 mService.removeAllDynamicShortcuts(mContext.getPackageName(), injectMyUserId()); in removeAllDynamicShortcuts()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest12.java95 mManager.removeAllDynamicShortcuts(); in testSetDynamicShortcuts_PersistsShortcutsToDisk()
H A DShortcutManagerTest1.java640 mManager.removeAllDynamicShortcuts(); in testPublishWithNoActivity()
651 mManager.removeAllDynamicShortcuts(); in testPublishWithNoActivity()
667 mManager.removeAllDynamicShortcuts(); in testPublishWithNoActivity()
755 mManager.removeAllDynamicShortcuts(); in testDeleteAllDynamicShortcuts()
2678 mManager.removeAllDynamicShortcuts(); in testPinShortcutAndGetPinnedShortcuts_multi()
2684 mManager.removeAllDynamicShortcuts(); in testPinShortcutAndGetPinnedShortcuts_multi()
4220 mManager.removeAllDynamicShortcuts(); in testCleanupPackage()
4223 mManager.removeAllDynamicShortcuts(); in testCleanupPackage()
4226 mManager.removeAllDynamicShortcuts(); in testCleanupPackage()
4229 mManager.removeAllDynamicShortcuts(); in testCleanupPackage()
[all …]
H A DShortcutManagerTest8.java772 mManager.removeAllDynamicShortcuts(); in testRequestPinShortcut_wasDynamic_alreadyPinned()
1189 mManager.removeAllDynamicShortcuts(); in testRequestPinShortcut_dynamicExists_thenRemoved_error()
1247 mManager.removeAllDynamicShortcuts(); in testRequestPinShortcut_dynamicExists_thenRemoved_okay()
H A DShortcutManagerTest11.java721 mManager.removeAllDynamicShortcuts(); in testShortcutChangeCallback_removeAllDynamicShortcuts()
754 mManager.removeAllDynamicShortcuts(); in testShortcutChangeCallback_removeAllDynamicShortcuts_pinnedAndCached()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java2486 public void removeAllDynamicShortcuts(String packageName, @UserIdInt int userId) {
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A 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
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt13143 method public void removeAllDynamicShortcuts();