Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DCarPropertyManagerUnitTest.java167 private ArgumentCaptor<Integer> mPropertyIdCaptor; field in CarPropertyManagerUnitTest
2445 verify(mICarProperty, times(2)).unregisterListener(mPropertyIdCaptor.capture(), in testUnregisterCallback_unregistersCallbackForBothProperties()
2447 assertThat(mPropertyIdCaptor.getAllValues()).containsExactly(VENDOR_CONTINUOUS_PROPERTY, in testUnregisterCallback_unregistersCallbackForBothProperties()