Searched refs:newSubInfo (Results 1 – 2 of 2) sorted by relevance
130 SubscriptionInfo newSubInfo = getNonDefaultDataSubscriptionInfo(currentDataSubInfo); in updateDialog() local132 if (newSubInfo == null || currentDataSubInfo == null) { in updateDialog()138 if ((newSubInfo.isEmbedded() in updateDialog()139 && (newSubInfo.getProfileClass() == PROFILE_CLASS_PROVISIONING in updateDialog()141 && newSubInfo.isOnlyNonTerrestrialNetwork()))) in updateDialog()151 Log.d(TAG, "newSubId: " + newSubInfo.getSubscriptionId() in updateDialog()153 setTargetSubscriptionInfo(newSubInfo); in updateDialog()156 newSubInfo, getContext()); in updateDialog()
189 SubscriptionInfo newSubInfo = in getConfirmMultisimEnableDialog() local196 String newName = (newSubInfo == null) in getConfirmMultisimEnableDialog()198 : newSubInfo.getDisplayName().toString(); in getConfirmMultisimEnableDialog()