Searched refs:apnType (Results 1 – 3 of 3) sorted by relevance
660 final String apnType = intent.getStringExtra(PhoneConstants.DATA_APN_TYPE_KEY); in onReceive() local674 if (!PhoneConstants.APN_TYPE_DEFAULT.equals(apnType)) { in onReceive()
2613 public String[] getPcscfAddress(String apnType, String callingPackage) { in getPcscfAddress() argument2619 return mPhone.getPcscfAddress(apnType); in getPcscfAddress()
1184 String apnType = parser.getAttributeValue(null, "type"); in getRow() local1185 if (apnType != null) { in getRow()1187 apnType = apnType.replaceAll("\\s+", ""); in getRow()1188 map.put(TYPE, apnType); in getRow()