Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
H A DVmsHalServiceTest.java736 when(mVmsClient.getSubscriptionState()).thenReturn( in testHandleSubscriptionsRequestEvent_ZeroLayers()
757 when(mVmsClient.getSubscriptionState()).thenReturn( in testHandleSubscriptionsRequestEvent_OneLayer_ZeroAssociatedLayers()
780 when(mVmsClient.getSubscriptionState()).thenReturn( in testHandleSubscriptionsRequestEvent_ZeroLayers_OneAssociatedLayer()
805 when(mVmsClient.getSubscriptionState()).thenReturn( in testHandleSubscriptionsRequestEvent_MultipleLayersAndAssociatedLayers()
/aosp12/packages/services/Car/car-lib/src/android/car/vms/
H A DVmsClient.java270 public VmsSubscriptionState getSubscriptionState() { in getSubscriptionState() method in VmsClient
286 mSubscriptionState = registrationInfo.getSubscriptionState(); in register()
H A DVmsPublisherClientService.java173 return getVmsClient().getSubscriptionState(); in getSubscriptions()
H A DVmsRegistrationInfo.java75 public @NonNull VmsSubscriptionState getSubscriptionState() { in getSubscriptionState() method in VmsRegistrationInfo
H A DVmsClientManager.java153 callback.onSubscriptionStateChanged(client.getSubscriptionState()); in registerVmsClientCallback()
/aosp12/packages/services/Car/service/src/com/android/car/hal/
H A DVmsHalService.java235 writer.printf("SubscriptionState: %s\n", mClient.getSubscriptionState()); in dump()
619 getVmsClient().getSubscriptionState())); in handleSubscriptionsRequestEvent()
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/vms/
H A DVmsClientTest.java109 assertThat(client.getSubscriptionState()).isEqualTo(DEFAULT_SUBSCRIPTION_STATE); in testRegister()
136 assertThat(client2.getSubscriptionState()).isEqualTo(expectedSubscriptions); in testRegister_ReceivesCurrentLayerAvailabilityAndSubscriptions()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/vms/
H A DVmsBrokerServiceTest.java175 assertThat(registrationInfo.getSubscriptionState()).isEqualTo(DEFAULT_SUBSCRIPTION_STATE); in testRegister()
196 assertThat(registrationInfo.getSubscriptionState()).isEqualTo(DEFAULT_SUBSCRIPTION_STATE); in testRegister_LegacyClient()
/aosp12/packages/services/Car/car-lib/api/
H A Dsystem-current.txt1310 …Car.PERMISSION_VMS_SUBSCRIBER}) public android.car.vms.VmsSubscriptionState getSubscriptionState();