Searched refs:APN_TYPE_DUN (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneConstants.java125 public static final String APN_TYPE_DUN = "dun"; field in class:PhoneConstants
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java431 apnContext = addApnContext(PhoneConstants.APN_TYPE_DUN, networkConfig);
603 if (type.equals(PhoneConstants.APN_TYPE_DUN) && fetchDunApn() != null) {
1032 if (PhoneConstants.APN_TYPE_DUN.equals(apnContext.getApnType())) {
1034 // if (PhoneConstants.APN_TYPE_DUN.equals(PhoneConstants.APN_TYPE_DEFAULT)) {
1259 if (apnContext.getApnType() != PhoneConstants.APN_TYPE_DUN ||
1578 if (apnContext.getApnType() == PhoneConstants.APN_TYPE_DUN && teardownForDun()) {
1612 if (PhoneConstants.APN_TYPE_DUN.equals(apnType)) {
2341 return (first.canHandleType(PhoneConstants.APN_TYPE_DUN) == false &&
2342 second.canHandleType(PhoneConstants.APN_TYPE_DUN) == false &&
2431 if (requestedApnType.equals(PhoneConstants.APN_TYPE_DUN)) {
[all...]
H A DDcTrackerBase.java681 if (PhoneConstants.APN_TYPE_DUN.equals(type)) {
1161 } else if (TextUtils.equals(type, PhoneConstants.APN_TYPE_DUN)) {
1189 return PhoneConstants.APN_TYPE_DUN;
H A DDctController.java582 name = PhoneConstants.APN_TYPE_DUN;
H A DDataConnection.java940 case PhoneConstants.APN_TYPE_DUN: {

Completed in 1634 milliseconds