Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/vms/
DVmsPublisherClientService.java219 VmsPublisherClientBinder(VmsPublisherClientService vmsPublisherClientService) { in VmsPublisherClientBinder() argument
220 mVmsPublisherClientService = new WeakReference<>(vmsPublisherClientService); in VmsPublisherClientBinder()
227 VmsPublisherClientService vmsPublisherClientService = mVmsPublisherClientService.get(); in setVmsPublisherService() local
228 if (vmsPublisherClientService == null) return; in setVmsPublisherService()
230 Handler handler = vmsPublisherClientService.mHandler; in setVmsPublisherService()
233 vmsPublisherClientService.setToken(token); in setVmsPublisherService()
240 VmsPublisherClientService vmsPublisherClientService = mVmsPublisherClientService.get(); in onVmsSubscriptionChange() local
241 if (vmsPublisherClientService == null) return; in onVmsSubscriptionChange()
253 Handler handler = vmsPublisherClientService.mHandler; in onVmsSubscriptionChange()