Searched defs:setVmsPublisherService (Results 1 – 3 of 3) sorted by relevance
| /packages/services/Car/car-lib/src/android/car/vms/ | ||
| D | IVmsPublisherClient.aidl | 31 oneway void setVmsPublisherService(in IBinder token, IVmsPublisherService service) = 0; in setVmsPublisherService() method |
| D | VmsPublisherClientService.java | 206 private void setVmsPublisherService(IVmsPublisherService service) { in setVmsPublisherService() method in VmsPublisherClientService |
| /packages/services/Car/tests/carservice_unit_test/src/com/android/car/ | ||
| D | VmsPublisherServiceTest.java | 649 public void setVmsPublisherService(IBinder token, IVmsPublisherService service) { in setVmsPublisherService() method in VmsPublisherServiceTest.MockPublisherClient |