Home
last modified time | relevance | path

Searched defs:setVmsPublisherService (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/car-lib/src/android/car/vms/
DIVmsPublisherClient.aidl31 oneway void setVmsPublisherService(in IBinder token, IVmsPublisherService service) = 0; in setVmsPublisherService() method
DVmsPublisherClientService.java206 private void setVmsPublisherService(IVmsPublisherService service) { in setVmsPublisherService() method in VmsPublisherClientService
225 public void setVmsPublisherService(IBinder token, IVmsPublisherService service) { in setVmsPublisherService() method in VmsPublisherClientService.VmsPublisherClientBinder
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DVmsPublisherServiceTest.java649 public void setVmsPublisherService(IBinder token, IVmsPublisherService service) { in setVmsPublisherService() method in VmsPublisherServiceTest.MockPublisherClient