Searched refs:updateArgs (Results 1 – 2 of 2) 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()
549 final String[] updateArgs = new String[] {cloudId}; in demoteCloudMediaToHidden() local550 if (updateMedia(QB_MATCH_CLOUD, CONTENT_VALUE_HIDDEN, updateArgs) == SUCCESS) { in demoteCloudMediaToHidden()623 final String[] updateArgs = {id}; in promoteCloudMediaToVisible() local624 if (updateMedia(QB_MATCH_ID, CONTENT_VALUE_VISIBLE, updateArgs) == SUCCESS) { in promoteCloudMediaToVisible()