Searched refs:mApnType (Results 1 – 3 of 3) sorted by relevance
79 private final @ApnType int mApnType; field in DataEnabledOverride.OverrideRule101 mApnType = ApnSetting.getApnTypesBitmaskFromString(tokens[0]); in OverrideRule()102 if (mApnType == ApnSetting.TYPE_NONE) { in OverrideRule()116 mApnType = apnType; in OverrideRule()128 return (mApnType == apnType || mApnType == ApnSetting.TYPE_ALL) in isSatisfiedByConditions()134 return ApnSetting.getApnTypeString(mApnType) + "=" + mRequiredConditions; in toString()142 return mApnType == that.mApnType in equals()148 return Objects.hash(mApnType, mRequiredConditions); in hashCode()
56 private final String mApnType; field in ApnContext118 mApnType = apnType; in ApnContext()135 return mApnType; in getApnType()143 return ApnSetting.getApnTypesBitmaskFromString(mApnType); in getApnTypeBitmask()421 mDcTracker.enableApn(ApnSetting.getApnTypesBitmaskFromString(mApnType), type, in requestNetwork()447 mDcTracker.disableApn(ApnSetting.getApnTypesBitmaskFromString(mApnType), type); in releaseNetwork()622 return "{mApnType=" + mApnType + " mState=" + getState() + " mWaitingApns={" in toString()630 Rlog.d(LOG_TAG, "[ApnContext:" + mApnType + "] " + s); in log()
227 private String mApnType; field in RetryManager236 mApnType = apnType; in RetryManager()369 if (apnType.equals(mApnType)) { in configureRetry()680 return "RetryManager: mApnType=" + mApnType + " mRetryCount=" + mRetryCount in toString()690 Rlog.d(LOG_TAG, "[" + mApnType + "] " + s); in log()