Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest11.java73 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/
DIShortcutChangeCallback.aidl35 void onShortcutsRemoved(String packageName, in List<ShortcutInfo> shortcuts, in onShortcutsRemoved() method
DLauncherApps.java613 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/
DLauncherAppsService.java2318 public void onShortcutsRemoved(String packageName, List<ShortcutInfo> shortcuts, in onShortcutsRemoved() method in LauncherAppsService.LauncherAppsImpl.ShortcutChangeHandler
2345 callback.onShortcutsRemoved(packageName, matchedList, user); in onShortcutEvent()
DShortcutService.java1883 copy.get(i).onShortcutsRemoved(packageName, removedList, user);
/frameworks/base/services/people/java/com/android/server/people/data/
DDataManager.java1133 public void onShortcutsRemoved(@NonNull String packageName, in onShortcutsRemoved() method in DataManager.ShortcutServiceCallback
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DDataManagerTest.java977 mShortcutChangeCallback.onShortcutsRemoved(TEST_PKG_NAME, in testShortcutsDeleted()