Searched defs:mActiveApn (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTrackerBase.java276 protected ApnSetting mActiveApn; field in class:DcTrackerBase
630 return ((mActiveApn != null) && (dunApn.toString().equals(mActiveApn.toString())));
633 return mActiveApn != null && mActiveApn.canHandleType(type);
677 if (mActiveApn != null) {
678 result = mActiveApn.types;
689 if (mActiveApn != null) {
690 result = mActiveApn.apn;
1914 pw.println(" mActiveApn
[all...]

Completed in 30 milliseconds