Searched refs:onShortcutsRemoved (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | ShortcutManagerTest11.java | 102 verify(callback, times(1)).onShortcutsRemoved( in testShortcutChangeCallback_setDynamicShortcuts_replaceSameId() 200 verify(callback, times(1)).onShortcutsRemoved( in testShortcutChangeCallback_pinShortcuts_unpinOthers() 337 verify(callback, times(1)).onShortcutsRemoved( in testShortcutChangeCallback_uncacheShortcuts_causeDeletion() 485 verify(callback, times(1)).onShortcutsRemoved( in testShortcutChangeCallback_pushDynamicShortcut_causeDeletion() 554 verify(callback, times(1)).onShortcutsRemoved( in testShortcutChangeCallback_disableShortcuts() 589 verify(callback, times(1)).onShortcutsRemoved( in testShortcutChangeCallback_disableShortcuts_pinnedAndCached() 661 verify(callback, times(1)).onShortcutsRemoved( in testShortcutChangeCallback_removeDynamicShortcuts() 696 verify(callback, times(1)).onShortcutsRemoved( in testShortcutChangeCallback_removeDynamicShortcuts_pinnedAndCached() 729 verify(callback, times(1)).onShortcutsRemoved( in testShortcutChangeCallback_removeAllDynamicShortcuts() 764 verify(callback, times(1)).onShortcutsRemoved( in testShortcutChangeCallback_removeAllDynamicShortcuts_pinnedAndCached() [all …]
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | IShortcutChangeCallback.aidl | 35 void onShortcutsRemoved(String packageName, in List<ShortcutInfo> shortcuts, in onShortcutsRemoved() method
|
H A D | LauncherApps.java | 609 default void onShortcutsRemoved(@NonNull String packageName, in onShortcutsRemoved() method 643 public void onShortcutsRemoved(@NonNull String packageName, in onShortcutsRemoved() method in LauncherApps.ShortcutChangeCallbackProxy 654 PooledLambda.obtainRunnable(ShortcutChangeCallback::onShortcutsRemoved, in onShortcutsRemoved()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | LauncherAppsService.java | 1722 public void onShortcutsRemoved(String packageName, List<ShortcutInfo> shortcuts, in onShortcutsRemoved() method in LauncherAppsService.LauncherAppsImpl.ShortcutChangeHandler 1749 callback.onShortcutsRemoved(packageName, matchedList, user); in onShortcutEvent()
|
H A D | ShortcutService.java | 1873 copy.get(i).onShortcutsRemoved(packageName, removedList, user);
|
/aosp14/frameworks/base/services/people/java/com/android/server/people/data/ |
H A D | DataManager.java | 1133 public void onShortcutsRemoved(@NonNull String packageName, in onShortcutsRemoved() method in DataManager.ShortcutServiceCallback
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/ |
H A D | DataManagerTest.java | 977 mShortcutChangeCallback.onShortcutsRemoved(TEST_PKG_NAME, in testShortcutsDeleted()
|