Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/rcs/
DTelephonyRcsService.java195 private void updateFeatureControllerSubscription(int slotId, int newSubId) { in updateFeatureControllerSubscription() argument
199 + newSubId + ", existing feature=" + (f != null)); in updateFeatureControllerSubscription()
200 if (SubscriptionManager.isValidSubscriptionId(newSubId)) { in updateFeatureControllerSubscription()
204 updateSupportedFeatures(f, slotId, newSubId); in updateFeatureControllerSubscription()
207 updateSupportedFeatures(f, slotId, newSubId); in updateFeatureControllerSubscription()
215 if (f != null) f.updateAssociatedSubscription(newSubId); in updateFeatureControllerSubscription()
DRcsFeatureController.java249 public void updateAssociatedSubscription(int newSubId) { in updateAssociatedSubscription() argument
260 c.onAssociatedSubscriptionUpdated(newSubId); in updateAssociatedSubscription()
/packages/services/Telecomm/src/com/android/server/telecom/
DPhoneAccountRegistrar.java344 int newSubId = accountHandle == null ? SubscriptionManager.INVALID_SUBSCRIPTION_ID : in setUserSelectedOutgoingPhoneAccount() local
348 if (newSubId != currentVoiceSubId) { in setUserSelectedOutgoingPhoneAccount()
350 + "account=%s, subId=%d", accountHandle, newSubId); in setUserSelectedOutgoingPhoneAccount()
351 mSubscriptionManager.setDefaultVoiceSubscriptionId(newSubId); in setUserSelectedOutgoingPhoneAccount()