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.java1575 String types[] = getActiveApnTypes(); in notifyDataConnection()
1901 public String[] getActiveApnTypes() { in getActiveApnTypes() method in PhoneBase
1902 return mDcTracker.getActiveApnTypes(); in getActiveApnTypes()
2506 pw.println(" getActiveApnTypes()=" + getActiveApnTypes()); in dump()
DPhone.java282 String[] getActiveApnTypes(); in getActiveApnTypes() method
DPhoneProxy.java428 public String[] getActiveApnTypes() { in getActiveApnTypes() method in PhoneProxy
429 return mActivePhone.getActiveApnTypes(); in getActiveApnTypes()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTrackerBase.java749 public String[] getActiveApnTypes() { in getActiveApnTypes() method in DcTrackerBase
DDcTracker.java492 public String[] getActiveApnTypes() { in getActiveApnTypes() method in DcTracker