Searched refs:getPinnedShortcuts (Results 1 – 11 of 11) sorted by relevance
125 when(mockShortcutManager.getPinnedShortcuts()).thenReturn( in test_updatePinned_disablesShortcutsForRemovedContacts()138 when(mockShortcutManager.getPinnedShortcuts()).thenReturn( in test_updatePinned_updatesExistingShortcutsWithMatchingKeys()172 when(mockShortcutManager.getPinnedShortcuts()).thenReturn( in test_refresh_setsDynamicShortcutsToStrequentContacts()196 when(mockShortcutManager.getPinnedShortcuts()).thenReturn( in test_refresh_skipsContactsWithNullName()
68 final List<ShortcutInfo> updatedShortcuts = mShortcutManager.getPinnedShortcuts(); in refreshExistingShortcuts_shouldUpdateLaunchIntentFlagsForExistingShortcut()95 final List<ShortcutInfo> updatedShortcuts = mShortcutManager.getPinnedShortcuts(); in refreshExistingShortcuts_shouldNotUpdateImmutableShortcut()
58 Map<String, ShortcutInfo> existing = getPinnedShortcuts(mgr); in update()116 private Map<String, ShortcutInfo> getPinnedShortcuts(ShortcutManager mgr) { in getPinnedShortcuts() method in ShortcutsUpdater
48 for (ShortcutInfo info : sm.getPinnedShortcuts()) { in doInBackground()
267 for (ShortcutInfo si : sm.getPinnedShortcuts()) { in updateRestoredShortcuts()
171 for (ShortcutInfo shortcut : mShortcutManager.getPinnedShortcuts()) { in updatePinned()447 final List<ShortcutInfo> pinned = mShortcutManager.getPinnedShortcuts(); in removeAllShortcuts()
98 for (ShortcutInfo shortcutInfo : shortcutManager.getPinnedShortcuts()) { in refresh()
100 when(mShortcutManager.getPinnedShortcuts()).thenReturn(pinnedShortcuts); in shortcutsUpdateTask()
130 final List<ShortcutInfo> pinnedShortcuts = shortcutManager.getPinnedShortcuts(); in refreshExistingShortcuts()