Searched refs:mListArgumentCaptor (Results 1 – 2 of 2) sorted by relevance
125 private ArgumentCaptor<List> mListArgumentCaptor; field in PropertyHalServiceTest1033 verify(mVehicleHal).subscribeProperty(any(), mListArgumentCaptor.capture()); in testSetCarPropertyValuesAsync_mixWaitNoWaitForPropertyUpdate()1034 assertThat(mListArgumentCaptor.getValue()).containsExactly(hvacHalSubscribeOption()); in testSetCarPropertyValuesAsync_mixWaitNoWaitForPropertyUpdate()1103 verify(mVehicleHal).subscribeProperty(any(), mListArgumentCaptor.capture()); in testSetCarPropertyValuesAsync_initValueSameAsTargetValue_beforeSetResult()1104 assertThat(mListArgumentCaptor.getValue()).containsExactly(hvacHalSubscribeOption()); in testSetCarPropertyValuesAsync_initValueSameAsTargetValue_beforeSetResult()1152 verify(mVehicleHal).subscribeProperty(any(), mListArgumentCaptor.capture()); in testSetCarPropertyValuesAsync_initValueSameAsTargetValue_afterSetResult()1153 assertThat(mListArgumentCaptor.getValue()).containsExactly(hvacHalSubscribeOption()); in testSetCarPropertyValuesAsync_initValueSameAsTargetValue_afterSetResult()1201 verify(mVehicleHal).subscribeProperty(any(), mListArgumentCaptor.capture()); in testSetCarPropertyValuesAsync_initValueSameAsTargetValue_retry()1202 assertThat(mListArgumentCaptor.getValue()).containsExactly(hvacHalSubscribeOption()); in testSetCarPropertyValuesAsync_initValueSameAsTargetValue_retry()1254 verify(mVehicleHal).subscribeProperty(any(), mListArgumentCaptor.capture()); in testSetCarPropertyValuesAsync_initValueDiffTargetValue_timeout()[all …]
80 @Captor ArgumentCaptor<List<PartialCustomAudience>> mListArgumentCaptor; field in ScheduleCustomAudienceUpdateImplTest178 mUpdateCaptor.capture(), mListArgumentCaptor.capture()); in testScheduleCustomAudienceUpdate_Success()180 assertTrue(mListArgumentCaptor.getValue().isEmpty()); in testScheduleCustomAudienceUpdate_Success()