Searched refs:mAsyncPropertyServiceRequestCaptor (Results 1 – 1 of 1) sorted by relevance
171 private ArgumentCaptor<AsyncPropertyServiceRequestList> mAsyncPropertyServiceRequestCaptor; field in CarPropertyManagerUnitTest1280 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()