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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneBase.java986 String types[] = getActiveApnTypes();
1240 public String[] getActiveApnTypes() { method in class:PhoneBase
1241 return mDcTracker.getActiveApnTypes();
1444 pw.println(" getActiveApnTypes()=" + getActiveApnTypes());
H A DPhone.java271 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.java617 public String[] getActiveApnTypes() { method in class:DcTrackerBase
H A DDcTracker.java317 public String[] getActiveApnTypes() { method in class:DcTracker

Completed in 63 milliseconds