Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/vms/
DVmsPublisherClientService.java69 private volatile IVmsPublisherService mVmsPublisherService = null; field in VmsPublisherClientService
121 mVmsPublisherService.publish(token, layer, publisherId, payload); in publish()
140 mVmsPublisherService.setLayersOffering(token, offering); in setLayersOffering()
148 if (mVmsPublisherService == null) { in getTokenForPublisherServiceThreadSafe()
173 if (mVmsPublisherService == null) { in getPublisherId()
178 publisherId = mVmsPublisherService.getPublisherId(publisherInfo); in getPublisherId()
195 if (mVmsPublisherService == null) { in getSubscriptions()
199 return mVmsPublisherService.getSubscriptions(); in getSubscriptions()
206 mVmsPublisherService = service; in setVmsPublisherService()
/packages/services/Car/service/src/com/android/car/
DICarImpl.java110 private final VmsPublisherService mVmsPublisherService; field in ICarImpl
176 mVmsPublisherService = new VmsPublisherService( in ICarImpl()
223 allServices.add(mVmsPublisherService); in ICarImpl()