HomeSort by relevance Sort by last modified time
    Searched refs:mActiveApn (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTrackerBase.java 257 protected ApnSetting mActiveApn;
567 return ((mActiveApn != null) && (dunApn.toString().equals(mActiveApn.toString())));
570 return mActiveApn != null && mActiveApn.canHandleType(type);
595 if (mActiveApn != null) {
596 result = mActiveApn.types;
607 if (mActiveApn != null) {
608 result = mActiveApn.apn;
    [all...]
DcTracker.java     [all...]

Completed in 94 milliseconds