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
684 return ((mActiveApn != null) && (dunApn.toString().equals(mActiveApn.toString())));
687 return mActiveApn != null && mActiveApn.canHandleType(type);
751 if (mActiveApn != null) {
752 result = mActiveApn.types;
763 if (mActiveApn != null) {
764 result = mActiveApn.apn;
2000 pw.println(" mActiveApn
[all...]

Completed in 97 milliseconds