Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/
H A DDynamicShortcutsTests.java153 final ArgumentCaptor<List<ShortcutInfo>> updateArgs = in test_updatePinned_updatesExistingShortcutsWithMatchingKeys() local
158 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() local
185 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() local
212 verify(mockShortcutManager).setDynamicShortcuts(updateArgs.capture()); in test_refresh_skipsContactsWithNullName()
214 final List<ShortcutInfo> arg = updateArgs.getValue(); in test_refresh_skipsContactsWithNullName()