Searched refs:newSubId (Results 1 – 3 of 3) sorted by relevance
195 private void updateFeatureControllerSubscription(int slotId, int newSubId) { in updateFeatureControllerSubscription() argument199 + 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()
249 public void updateAssociatedSubscription(int newSubId) { in updateAssociatedSubscription() argument260 c.onAssociatedSubscriptionUpdated(newSubId); in updateAssociatedSubscription()
344 int newSubId = accountHandle == null ? SubscriptionManager.INVALID_SUBSCRIPTION_ID : in setUserSelectedOutgoingPhoneAccount() local348 if (newSubId != currentVoiceSubId) { in setUserSelectedOutgoingPhoneAccount()350 + "account=%s, subId=%d", accountHandle, newSubId); in setUserSelectedOutgoingPhoneAccount()351 mSubscriptionManager.setDefaultVoiceSubscriptionId(newSubId); in setUserSelectedOutgoingPhoneAccount()