Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTrackerBase.java122 protected String mRequestedApnType = PhoneConstants.APN_TYPE_DEFAULT; field in DcTrackerBase
1329 mRequestedApnType = type; in onEnableApn()
1346 mRequestedApnType = PhoneConstants.APN_TYPE_DEFAULT; in onEnableApn()
1359 mRequestedApnType = PhoneConstants.APN_TYPE_DEFAULT; in onEnableApn()
1988 pw.println(" mRequestedApnType=" + mRequestedApnType); in dump()
DDcTracker.java952 mRequestedApnType = PhoneConstants.APN_TYPE_DEFAULT; in cleanUpAllConnections()
2568 log("getPreferredApn: mRequestedApnType=" + mRequestedApnType + " cursor=" + cursor in getPreferredApn()
2577 if (p.id == pos && p.canHandleType(mRequestedApnType)) { in getPreferredApn()
3068 mRequestedApnType = PhoneConstants.APN_TYPE_DEFAULT; in cleanUpConnectionsOnUpdatedApns()