Home
last modified time | relevance | path

Searched refs:mActiveApn (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTrackerBase.java273 protected ApnSetting mActiveApn; field in DcTrackerBase
685 return ((mActiveApn != null) && (dunApn.toString().equals(mActiveApn.toString()))); in isApnTypeActive()
688 return mActiveApn != null && mActiveApn.canHandleType(type); in isApnTypeActive()
757 if (mActiveApn != null) { in getActiveApnTypes()
758 result = mActiveApn.types; in getActiveApnTypes()
769 if (mActiveApn != null) { in getActiveApnString()
770 result = mActiveApn.apn; in getActiveApnString()
2054 pw.println(" mActiveApn=" + mActiveApn); in dump()
DDcTracker.java1391 mActiveApn = null; in gotoIdleAndNotifyDataConnection()