Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DVmsHalServiceTest.java147 ArgumentCaptor<IVmsPublisherClient> publisherCaptor = in initHalService() local
153 .onHalConnected(publisherCaptor.capture(), subscriberCaptor.capture()); in initHalService()
154 mPublisherClient = publisherCaptor.getValue(); in initHalService()