Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarLibUnitTest/src/android/car/hardware/property/
DCarPropertyManagerUnitTest.java171 private ArgumentCaptor<AsyncPropertyServiceRequestList> mAsyncPropertyServiceRequestCaptor; field in CarPropertyManagerUnitTest
1280 verify(mICarProperty).setPropertiesAsync(mAsyncPropertyServiceRequestCaptor.capture(), in testSetPropertiesAsync()
1283 AsyncPropertyServiceRequest request = mAsyncPropertyServiceRequestCaptor.getValue() in testSetPropertiesAsync()
1318 verify(mICarProperty).setPropertiesAsync(mAsyncPropertyServiceRequestCaptor.capture(), in testSetPropertiesAsyncWithTimeout()
1320 AsyncPropertyServiceRequest request = mAsyncPropertyServiceRequestCaptor.getValue() in testSetPropertiesAsyncWithTimeout()