Searched defs:getActiveApnTypes (Results 1 - 5 of 5) sorted by last modified time

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java277 String[] getActiveApnTypes(); method in interface:Phone
H A DPhoneBase.java1417 String types[] = getActiveApnTypes();
1716 public String[] getActiveApnTypes() { method in class:PhoneBase
1717 return mDcTracker.getActiveApnTypes();
2173 pw.println(" getActiveApnTypes()=" + getActiveApnTypes());
H A DPhoneProxy.java413 public String[] getActiveApnTypes() { method in class:PhoneProxy
414 return mActivePhone.getActiveApnTypes();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java500 public String[] getActiveApnTypes() { method in class:DcTracker
H A DDcTrackerBase.java755 public String[] getActiveApnTypes() { method in class:DcTrackerBase

Completed in 64 milliseconds