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.java161 public VmsPublisherClientBinder(VmsPublisherClientService vmsPublisherClientService) { in VmsPublisherClientBinder() argument
162 mVmsPublisherClientService = new WeakReference<>(vmsPublisherClientService); in VmsPublisherClientBinder()
168 VmsPublisherClientService vmsPublisherClientService = mVmsPublisherClientService.get(); in setVmsPublisherService() local
169 if (vmsPublisherClientService == null) return; in setVmsPublisherService()
173 Handler handler = vmsPublisherClientService.mHandler; in setVmsPublisherService()
176 vmsPublisherClientService.setToken(token); in setVmsPublisherService()
182 VmsPublisherClientService vmsPublisherClientService = mVmsPublisherClientService.get(); in onVmsSubscriptionChange() local
183 if (vmsPublisherClientService == null) return; in onVmsSubscriptionChange()
197 Handler handler = vmsPublisherClientService.mHandler; in onVmsSubscriptionChange()