Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DDataProfileManager.java1030 ApnSetting.Builder apnBuilder = new ApnSetting.Builder(); in mergeDataProfiles() local
1034 apnBuilder.setId(apn1.getId()); in mergeDataProfiles()
1035 apnBuilder.setEntryName(apn1.getEntryName()); in mergeDataProfiles()
1038 apnBuilder.setId(apn2.getId()); in mergeDataProfiles()
1039 apnBuilder.setEntryName(apn2.getEntryName()); in mergeDataProfiles()
1043 apnBuilder.setProxyAddress(TextUtils.isEmpty(apn2.getProxyAddressAsString()) in mergeDataProfiles()
1045 apnBuilder.setProxyPort(apn2.getProxyPort() == -1 in mergeDataProfiles()
1047 apnBuilder.setMmsc(apn2.getMmsc() == null ? apn1.getMmsc() : apn2.getMmsc()); in mergeDataProfiles()
1048 apnBuilder.setMmsProxyAddress(TextUtils.isEmpty(apn2.getMmsProxyAddressAsString()) in mergeDataProfiles()
1050 apnBuilder.setMmsProxyPort(apn2.getMmsProxyPort() == -1 in mergeDataProfiles()
[all …]