Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DVmsPublisherService.java64 VmsBrokerService brokerService, in VmsPublisherService() argument
66 this(context, statsService, brokerService, clientManager, Binder::getCallingUid); in VmsPublisherService()
73 VmsBrokerService brokerService, in VmsPublisherService() argument
78 mBrokerService = brokerService; in VmsPublisherService()
DVmsSubscriberService.java52 VmsSubscriberService(Context context, VmsBrokerService brokerService, in VmsSubscriberService() argument
55 mBrokerService = brokerService; in VmsSubscriberService()
/packages/services/Car/service/src/com/android/car/vms/
DVmsClientManager.java145 CarUserService userService, VmsBrokerService brokerService, in VmsClientManager() argument
147 this(context, statsService, userService, brokerService, halService, in VmsClientManager()
153 CarUserService userService, VmsBrokerService brokerService, in VmsClientManager() argument
161 mBrokerService = brokerService; in VmsClientManager()