Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneBase.java1410 String types[] = getActiveApnTypes(); in notifyDataConnection()
1709 public String[] getActiveApnTypes() { in getActiveApnTypes() method in PhoneBase
1710 return mDcTracker.getActiveApnTypes(); in getActiveApnTypes()
2166 pw.println(" getActiveApnTypes()=" + getActiveApnTypes()); in dump()
DPhone.java277 String[] getActiveApnTypes(); in getActiveApnTypes() method
DPhoneProxy.java413 public String[] getActiveApnTypes() { in getActiveApnTypes() method in PhoneProxy
414 return mActivePhone.getActiveApnTypes(); in getActiveApnTypes()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTrackerBase.java755 public String[] getActiveApnTypes() { in getActiveApnTypes() method in DcTrackerBase
DDcTracker.java500 public String[] getActiveApnTypes() { in getActiveApnTypes() method in DcTracker