Searched refs:mPropertyIdCaptor (Results 1 – 1 of 1) sorted by relevance
167 private ArgumentCaptor<Integer> mPropertyIdCaptor; field in CarPropertyManagerUnitTest2445 verify(mICarProperty, times(2)).unregisterListener(mPropertyIdCaptor.capture(), in testUnregisterCallback_unregistersCallbackForBothProperties()2447 assertThat(mPropertyIdCaptor.getAllValues()).containsExactly(VENDOR_CONTINUOUS_PROPERTY, in testUnregisterCallback_unregistersCallbackForBothProperties()