Searched refs:mockShortcutManager (Results 1 – 1 of 1) sorted by relevance
125 when(mockShortcutManager.getPinnedShortcuts()).thenReturn( in test_updatePinned_disablesShortcutsForRemovedContacts()132 verify(mockShortcutManager).disableShortcuts( in test_updatePinned_disablesShortcutsForRemovedContacts()138 when(mockShortcutManager.getPinnedShortcuts()).thenReturn( in test_updatePinned_updatesExistingShortcutsWithMatchingKeys()149 ), mockShortcutManager); in test_updatePinned_updatesExistingShortcutsWithMatchingKeys()156 verify(mockShortcutManager).disableShortcuts( in test_updatePinned_updatesExistingShortcutsWithMatchingKeys()158 verify(mockShortcutManager).updateShortcuts(updateArgs.capture()); in test_updatePinned_updatesExistingShortcutsWithMatchingKeys()172 when(mockShortcutManager.getPinnedShortcuts()).thenReturn( in test_refresh_setsDynamicShortcutsToStrequentContacts()185 verify(mockShortcutManager).setDynamicShortcuts(updateArgs.capture()); in test_refresh_setsDynamicShortcutsToStrequentContacts()196 when(mockShortcutManager.getPinnedShortcuts()).thenReturn( in test_refresh_skipsContactsWithNullName()205 6l, "key6", "sixth")), mockShortcutManager); in test_refresh_skipsContactsWithNullName()[all …]