Searched refs:getActiveApnTypes (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneBase.java985 String types[] = getActiveApnTypes();
1239 public String[] getActiveApnTypes() { method in class:PhoneBase
1240 return mDcTracker.getActiveApnTypes();
1443 pw.println(" getActiveApnTypes()=" + getActiveApnTypes());
H A DPhone.java272 String[] getActiveApnTypes(); method in interface:Phone
H A DPhoneProxy.java353 public String[] getActiveApnTypes() { method in class:PhoneProxy
354 return mActivePhone.getActiveApnTypes();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTrackerBase.java633 public String[] getActiveApnTypes() { method in class:DcTrackerBase
H A DDcTracker.java319 public String[] getActiveApnTypes() { method in class:DcTracker

Completed in 89 milliseconds