Home
last modified time | relevance | path

Searched refs:onShortcutsRemoved (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest11.java102 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 DIShortcutChangeCallback.aidl35 void onShortcutsRemoved(String packageName, in List<ShortcutInfo> shortcuts, in onShortcutsRemoved() method
H A DLauncherApps.java609 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 DLauncherAppsService.java1722 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 DShortcutService.java1873 copy.get(i).onShortcutsRemoved(packageName, removedList, user);
/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DDataManager.java1133 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 DDataManagerTest.java977 mShortcutChangeCallback.onShortcutsRemoved(TEST_PKG_NAME, in testShortcutsDeleted()