Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DVmsSubscriberService.java36 public class VmsSubscriberService extends IVmsSubscriberService.Stub implements CarServiceBase, class
52 VmsSubscriberService(Context context, VmsBrokerService brokerService, in VmsSubscriberService() method in VmsSubscriberService
DICarImpl.java109 private final VmsSubscriberService mVmsSubscriberService;
174 mVmsSubscriberService = new VmsSubscriberService( in ICarImpl()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DVmsSubscriberServiceTest.java72 private VmsSubscriberService mSubscriberService;
76 mSubscriberService = new VmsSubscriberService(mContext, mBrokerService, mClientManager, in setUp()