Searched refs:getPcscfAddress (Results 1 – 6 of 6) sorted by relevance
161 public String[] getPcscfAddress(String apnType) { in getPcscfAddress() method in DcTrackerMock
862 public String[] getPcscfAddress(String apnType) { in getPcscfAddress() method in PhoneMock
750 String[] getPcscfAddress(String apnType, String callingPackage); in getPcscfAddress() method
2777 public String[] getPcscfAddress(String apnType) { in getPcscfAddress() method in Phone2778 return mDcTracker.getPcscfAddress(apnType); in getPcscfAddress()
3766 public String[] getPcscfAddress(String apnType) { in getPcscfAddress() method in TelephonyManager3771 return telephony.getPcscfAddress(apnType, getOpPackageName()); in getPcscfAddress()
4370 public String[] getPcscfAddress(String apnType) { in getPcscfAddress() method in DcTracker