/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest11.java | 71 verify(callback, times(0)).onShortcutsRemoved(any(), any(), any()); in testShortcutChangeCallback_setDynamicShortcuts() 100 verify(callback, times(1)).onShortcutsRemoved( in testShortcutChangeCallback_setDynamicShortcuts_replaceSameId() 139 verify(callback, times(0)).onShortcutsRemoved(any(), any(), any()); in testShortcutChangeCallback_setDynamicShortcuts_pinnedAndCached() 163 verify(callback, times(0)).onShortcutsRemoved(any(), any(), any()); in testShortcutChangeCallback_pinShortcuts() 197 verify(callback, times(1)).onShortcutsRemoved( in testShortcutChangeCallback_pinShortcuts_unpinOthers() 230 verify(callback, times(0)).onShortcutsRemoved(any(), any(), any()); in testShortcutChangeCallback_cacheShortcuts() 262 verify(callback, times(0)).onShortcutsRemoved(any(), any(), any()); in testShortcutChangeCallback_cacheShortcuts_alreadyCached() 290 verify(callback, times(0)).onShortcutsRemoved(any(), any(), any()); in testShortcutChangeCallback_uncacheShortcuts() 330 verify(callback, times(1)).onShortcutsRemoved( in testShortcutChangeCallback_uncacheShortcuts_causeDeletion() 365 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 | 562 default void onShortcutsRemoved(@NonNull String packageName, in onShortcutsRemoved() method 596 public void onShortcutsRemoved(@NonNull String packageName, in onShortcutsRemoved() method in LauncherApps.ShortcutChangeCallbackProxy 607 PooledLambda.obtainRunnable(ShortcutChangeCallback::onShortcutsRemoved, in onShortcutsRemoved()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | LauncherAppsService.java | 1111 public void onShortcutsRemoved(String packageName, List<ShortcutInfo> shortcuts, in onShortcutsRemoved() method in LauncherAppsService.LauncherAppsImpl.ShortcutChangeHandler 1138 callback.onShortcutsRemoved(packageName, matchedList, user); in onShortcutEvent()
|
D | ShortcutService.java | 1722 copy.get(i).onShortcutsRemoved(packageName, removedList, user); in notifyShortcutChangeCallbacks()
|
/frameworks/base/services/people/java/com/android/server/people/data/ |
D | DataManager.java | 749 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 | 635 mShortcutChangeCallback.onShortcutsRemoved(TEST_PKG_NAME, in testShortcutDeleted()
|
/frameworks/base/services/ |
D | art-profile | 23093 HPLcom/android/server/people/data/DataManager$ShortcutServiceCallback;->lambda$onShortcutsRemoved$1… 23095 PLcom/android/server/people/data/DataManager$ShortcutServiceCallback;->onShortcutsRemoved(Ljava/lan… 24149 …er/pm/LauncherAppsService$LauncherAppsImpl$ShortcutChangeHandler;->onShortcutsRemoved(Ljava/lang/S…
|