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 276 protected ApnSetting mActiveApn;
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;
    [all...]
DcTracker.java     [all...]

Completed in 341 milliseconds