Searched refs:onShortcutsRemoved (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest11.java | 73 verify(callback, times(0)).onShortcutsRemoved(any(), any(), any()); in testShortcutChangeCallback_setDynamicShortcuts() 102 verify(callback, times(1)).onShortcutsRemoved( in testShortcutChangeCallback_setDynamicShortcuts_replaceSameId() 142 verify(callback, times(0)).onShortcutsRemoved(any(), any(), any()); in testShortcutChangeCallback_setDynamicShortcuts_pinnedAndCached() 166 verify(callback, times(0)).onShortcutsRemoved(any(), any(), any()); in testShortcutChangeCallback_pinShortcuts() 200 verify(callback, times(1)).onShortcutsRemoved( in testShortcutChangeCallback_pinShortcuts_unpinOthers() 234 verify(callback, times(0)).onShortcutsRemoved(any(), any(), any()); in testShortcutChangeCallback_cacheShortcuts() 267 verify(callback, times(0)).onShortcutsRemoved(any(), any(), any()); in testShortcutChangeCallback_cacheShortcuts_alreadyCached() 296 verify(callback, times(0)).onShortcutsRemoved(any(), any(), any()); in testShortcutChangeCallback_uncacheShortcuts() 337 verify(callback, times(1)).onShortcutsRemoved( in testShortcutChangeCallback_uncacheShortcuts_causeDeletion() 372 verify(callback, times(0)).onShortcutsRemoved(any(), any(), any()); in testShortcutChangeCallback_updateShortcuts() [all …]
|
/frameworks/base/core/java/android/content/pm/ |
D | IShortcutChangeCallback.aidl | 35 void onShortcutsRemoved(String packageName, in List<ShortcutInfo> shortcuts, in onShortcutsRemoved() method
|
D | LauncherApps.java | 613 default void onShortcutsRemoved(@NonNull String packageName, in onShortcutsRemoved() method 647 public void onShortcutsRemoved(@NonNull String packageName, in onShortcutsRemoved() method in LauncherApps.ShortcutChangeCallbackProxy 658 PooledLambda.obtainRunnable(ShortcutChangeCallback::onShortcutsRemoved, in onShortcutsRemoved()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | LauncherAppsService.java | 2318 public void onShortcutsRemoved(String packageName, List<ShortcutInfo> shortcuts, in onShortcutsRemoved() method in LauncherAppsService.LauncherAppsImpl.ShortcutChangeHandler 2345 callback.onShortcutsRemoved(packageName, matchedList, user); in onShortcutEvent()
|
D | ShortcutService.java | 1883 copy.get(i).onShortcutsRemoved(packageName, removedList, user);
|
/frameworks/base/services/people/java/com/android/server/people/data/ |
D | DataManager.java | 1133 public void onShortcutsRemoved(@NonNull String packageName, in onShortcutsRemoved() method in DataManager.ShortcutServiceCallback
|
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/ |
D | DataManagerTest.java | 977 mShortcutChangeCallback.onShortcutsRemoved(TEST_PKG_NAME, in testShortcutsDeleted()
|