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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTrackerBase.java273 protected ApnSetting mActiveApn; field in class:DcTrackerBase
685 return ((mActiveApn != null) && (dunApn.toString().equals(mActiveApn.toString())));
688 return mActiveApn != null && mActiveApn.canHandleType(type);
757 if (mActiveApn != null) {
758 result = mActiveApn.types;
769 if (mActiveApn != null) {
770 result = mActiveApn.apn;
2054 pw.println(" mActiveApn
[all...]

Completed in 78 milliseconds