Searched refs:mRequestedApnType (Results 1 – 2 of 2) sorted by relevance
122 protected String mRequestedApnType = PhoneConstants.APN_TYPE_DEFAULT; field in DcTrackerBase1329 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()
952 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()