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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneBase.java841 String types[] = getActiveApnTypes();
1060 public String[] getActiveApnTypes() { method in class:PhoneBase
1061 return mDataConnectionTracker.getActiveApnTypes();
1253 pw.println(" getActiveApnTypes()=" + getActiveApnTypes());
H A DPhone.java256 String[] getActiveApnTypes(); method in interface:Phone
H A DPhoneProxy.java314 public String[] getActiveApnTypes() { method in class:PhoneProxy
315 return mActivePhone.getActiveApnTypes();
H A DDataConnectionTracker.java521 public String[] getActiveApnTypes() { method in class:DataConnectionTracker
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmDataConnectionTracker.java373 public String[] getActiveApnTypes() { method in class:GsmDataConnectionTracker

Completed in 101 milliseconds