Searched defs:getPcscfAddress (Results 1 - 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java2942 public String[] getPcscfAddress(String apnType) { method in class:DcTracker
2943 log("getPcscfAddress()");
H A DDcTrackerBase.java890 public abstract String[] getPcscfAddress(String apnType); method in class:DcTrackerBase
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java3470 public String[] getPcscfAddress(String apnType) { method in class:TelephonyManager
3475 return telephony.getPcscfAddress(apnType, getOpPackageName());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java1918 public String[] getPcscfAddress(String apnType); method in interface:Phone
H A DPhoneBase.java2199 public String[] getPcscfAddress(String apnType) { method in class:PhoneBase
2200 return mDcTracker.getPcscfAddress(apnType);
H A DPhoneProxy.java1475 public String[] getPcscfAddress(String apnType) { method in class:PhoneProxy
1476 return mActivePhone.getPcscfAddress(apnType);

Completed in 102 milliseconds