Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DVmsPublisherServiceTest.java284 assertEquals(SUBSCRIPTION_STATE, mPublisherClient.mPublisherService.getSubscriptions()); in testGetSubscriptions()
292 mPublisherClient.mPublisherService.getSubscriptions(); in testGetSubscriptions_Disconnected()
301 mPublisherClient.mPublisherService.getSubscriptions(); in testGetSubscriptions_PermissionDenied()
/packages/services/Car/car-lib/src/android/car/vms/
DVmsPublisherClientService.java194 public final VmsSubscriptionState getSubscriptions() { in getSubscriptions() method in VmsPublisherClientService
199 return mVmsPublisherService.getSubscriptions(); in getSubscriptions()
DIVmsPublisherService.aidl37 VmsSubscriptionState getSubscriptions() = 1; in getSubscriptions() method
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DVmsHalServiceTest.java748 when(mPublisherService.getSubscriptions()).thenReturn( in testHandleSubscriptionsRequestEvent_ZeroLayers()
769 when(mPublisherService.getSubscriptions()).thenReturn( in testHandleSubscriptionsRequestEvent_OneLayer_ZeroAssociatedLayers()
792 when(mPublisherService.getSubscriptions()).thenReturn( in testHandleSubscriptionsRequestEvent_ZeroLayers_OneAssociatedLayer()
817 when(mPublisherService.getSubscriptions()).thenReturn( in testHandleSubscriptionsRequestEvent_MultipleLayersAndAssociatedLayers()
/packages/services/Car/tests/VmsPublisherClientSample/src/com/google/android/car/vms/publisher/
DVmsPublisherClientSampleService.java54 VmsSubscriptionState subscriptionState = getSubscriptions(); in onVmsPublisherServiceReady()
/packages/services/Car/service/src/com/android/car/
DVmsPublisherService.java215 public VmsSubscriptionState getSubscriptions() { in getSubscriptions() method in VmsPublisherService.PublisherProxy
/packages/services/Car/service/src/com/android/car/hal/
DVmsHalService.java675 mPublisherService.getSubscriptions())); in handleSubscriptionsRequestEvent()
/packages/services/Car/car-lib/api/
Dsystem-current.txt1106 method public final android.car.vms.VmsSubscriptionState getSubscriptions();