Searched refs:mApnType (Results 1 – 3 of 3) sorted by relevance
73 private final @ApnType int mApnType; field in DataEnabledOverride.OverrideRule95 mApnType = ApnSetting.getApnTypesBitmaskFromString(tokens[0]); in OverrideRule()96 if (mApnType == ApnSetting.TYPE_NONE) { in OverrideRule()110 mApnType = apnType; in OverrideRule()122 return (mApnType == apnType || mApnType == ApnSetting.TYPE_ALL) in isSatisfiedByConditions()128 return ApnSetting.getApnTypeString(mApnType) + "=" + mRequiredConditions; in toString()136 return mApnType == that.mApnType in equals()142 return Objects.hash(mApnType, mRequiredConditions); in hashCode()
59 private final String mApnType; field in ApnContext116 mApnType = apnType; in ApnContext()132 return mApnType; in getApnType()140 return ApnSetting.getApnTypesBitmaskFromString(mApnType); in getApnTypeBitmask()413 mDcTracker.enableApn(ApnSetting.getApnTypesBitmaskFromString(mApnType), type, in requestNetwork()439 mDcTracker.disableApn(ApnSetting.getApnTypesBitmaskFromString(mApnType), type); in releaseNetwork()635 return "{mApnType=" + mApnType + " mState=" + getState() + " mWaitingApns={" + in toString()643 Rlog.d(LOG_TAG, "[ApnContext:" + mApnType + "] " + s); in log()
226 private String mApnType; field in RetryManager235 mApnType = apnType; in RetryManager()368 if (apnType.equals(mApnType)) { in configureRetry()679 return "RetryManager: mApnType=" + mApnType + " mRetryCount=" + mRetryCount in toString()689 Rlog.d(LOG_TAG, "[" + mApnType + "] " + s); in log()