Searched refs:updateArgs (Results 1 – 1 of 1) sorted by relevance
153 final ArgumentCaptor<List<ShortcutInfo>> updateArgs = in test_updatePinned_updatesExistingShortcutsWithMatchingKeys() local158 verify(mockShortcutManager).updateShortcuts(updateArgs.capture()); in test_updatePinned_updatesExistingShortcutsWithMatchingKeys()160 final List<ShortcutInfo> arg = updateArgs.getValue(); in test_updatePinned_updatesExistingShortcutsWithMatchingKeys()182 final ArgumentCaptor<List<ShortcutInfo>> updateArgs = in test_refresh_setsDynamicShortcutsToStrequentContacts() local185 verify(mockShortcutManager).setDynamicShortcuts(updateArgs.capture()); in test_refresh_setsDynamicShortcutsToStrequentContacts()187 final List<ShortcutInfo> arg = updateArgs.getValue(); in test_refresh_setsDynamicShortcutsToStrequentContacts()209 final ArgumentCaptor<List<ShortcutInfo>> updateArgs = in test_refresh_skipsContactsWithNullName() local212 verify(mockShortcutManager).setDynamicShortcuts(updateArgs.capture()); in test_refresh_skipsContactsWithNullName()214 final List<ShortcutInfo> arg = updateArgs.getValue(); in test_refresh_skipsContactsWithNullName()