Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/vms/
DVmsPublisherClientService.java205 private void setVmsPublisherService(IVmsPublisherService service) { in setVmsPublisherService() method in VmsPublisherClientService
224 public void setVmsPublisherService(IBinder token, IVmsPublisherService service) { in setVmsPublisherService() method in VmsPublisherClientService.VmsPublisherClientBinder
297 service.setVmsPublisherService((IVmsPublisherService) msg.obj); in handleMessage()
DIVmsPublisherClient.aidl31 oneway void setVmsPublisherService(in IBinder token, IVmsPublisherService service) = 0; in setVmsPublisherService() method
/packages/services/Car/service/src/com/android/car/
DVmsPublisherService.java114 publisherClient.setVmsPublisherService(publisherToken, publisherProxy); in onClientConnected()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DVmsPublisherServiceTest.java352 public void setVmsPublisherService(IBinder token, IVmsPublisherService service) { in setVmsPublisherService() method in VmsPublisherServiceTest.MockPublisherClient
/packages/services/Car/service/src/com/android/car/hal/
DVmsHalService.java101 public void setVmsPublisherService(IBinder token, IVmsPublisherService service) {
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DVmsHalServiceTest.java158 mPublisherClient.setVmsPublisherService(mToken, mPublisherService); in initHalService()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/vms/
DVmsClientManagerTest.java1092 public void setVmsPublisherService(IBinder token, IVmsPublisherService service) { in createPublisherClient()