Home
last modified time | relevance | path

Searched refs:disableShortcuts (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DShortcutManager.java341 public void disableShortcuts(@NonNull List<String> shortcutIds) { in disableShortcuts() method in ShortcutManager
343 mService.disableShortcuts(mContext.getPackageName(), shortcutIds, in disableShortcuts()
354 public void disableShortcuts(@NonNull List<String> shortcutIds, int disabledMessageResId) { in disableShortcuts() method in ShortcutManager
356 mService.disableShortcuts(mContext.getPackageName(), shortcutIds, in disableShortcuts()
367 public void disableShortcuts(@NonNull List<String> shortcutIds, String disabledMessage) { in disableShortcuts() method in ShortcutManager
368 disableShortcuts(shortcutIds, (CharSequence) disabledMessage); in disableShortcuts()
382 public void disableShortcuts(@NonNull List<String> shortcutIds, CharSequence disabledMessage) { in disableShortcuts() method in ShortcutManager
384 mService.disableShortcuts(mContext.getPackageName(), shortcutIds, in disableShortcuts()
DIShortcutService.aidl47 void disableShortcuts(String packageName, in List<String> shortcutIds, in disableShortcuts() method
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest3.java461 mManager.disableShortcuts(list()); in testDisableShortcuts_noManifestShortcuts()
475 mManager.disableShortcuts(list("s3", "x1", "xxxx")); in testDisableShortcuts_noManifestShortcuts()
499 mManager.disableShortcuts(list("s2", "x3")); in testDisableShortcuts_noManifestShortcuts()
DShortcutManagerTest11.java546 mManager.disableShortcuts(list("s2")); in testShortcutChangeCallback_disableShortcuts()
579 mManager.disableShortcuts(list("s1", "s2", "s3")); in testShortcutChangeCallback_disableShortcuts_pinnedAndCached()
615 mManager.disableShortcuts(list("s1", "s2", "s3")); in testShortcutChangeCallback_enableShortcuts()
DShortcutManagerTest12.java230 mManager.disableShortcuts(list("s3")); in testDisableShortcuts_RemovesShortcutsFromDisk()
DShortcutManagerTest8.java800 mManager.disableShortcuts(list("s1")); in testRequestPinShortcut_wasDynamic_disabled_alreadyPinned()
1427 mManager.disableShortcuts(list("s1")); in testRequestPinShortcut_dynamicExists_thenDisabled_error()
DShortcutManagerTest1.java2403 mManager.disableShortcuts(list("s2")); in testDisableAndEnableShortcuts()
2415 mManager.disableShortcuts(list("s3")); in testDisableAndEnableShortcuts()
2424 mManager.disableShortcuts(list("s2")); in testDisableAndEnableShortcuts()
2498 mManager.disableShortcuts(list("s1", "s2", "s3")); in testDisableShortcuts_thenRepublish()
6345 mManager.disableShortcuts(list("s1")); in testBackupAndRestore_disabled()
8137 mManager.disableShortcuts(list("s1", "ms1")); in testManifestShortcuts_immutable()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/notetask/
DNoteTaskControllerTest.kt750 verify(shortcutManager, never()).disableShortcuts(any()) in <lambda>()
786 verify(shortcutManager).disableShortcuts(listOf(SHORTCUT_ID)) in <lambda>()
806 verify(shortcutManager).disableShortcuts(listOf(SHORTCUT_ID)) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/
DNoteTaskController.kt361 shortcutManager.disableShortcuts(listOf(SHORTCUT_ID)) in launchUpdateNoteTaskAsUser()
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java2385 public void disableShortcuts(String packageName, List shortcutIds,
/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.txt12089 Landroid/content/pm/IShortcutService$Stub$Proxy;->disableShortcuts(Ljava/lang/String;Ljava/util/Lis…
12137 Landroid/content/pm/IShortcutService;->disableShortcuts(Ljava/lang/String;Ljava/util/List;Ljava/lan…
13357 Landroid/content/pm/ShortcutManager;->disableShortcuts(Ljava/util/List;I)V
13358 Landroid/content/pm/ShortcutManager;->disableShortcuts(Ljava/util/List;Ljava/lang/String;)V
/frameworks/base/core/api/
Dcurrent.txt13611 method public void disableShortcuts(@NonNull java.util.List<java.lang.String>);
13612 method public void disableShortcuts(@NonNull java.util.List<java.lang.String>, CharSequence);