Home
last modified time | relevance | path

Searched defs:apnType (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java4906 public String[] getPcscfAddress(String apnType, String callingPackage, in getPcscfAddress()
8214 public boolean isDataEnabledForApn(int apnType, int subId, String callingPackage) { in isDataEnabledForApn()
8232 public boolean isApnMetered(@ApnType int apnType, int subId) { in isApnMetered()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java2097 String apnType = parser.getAttributeValue(null, "type"); in getRow() local