Searched refs:mApnTypes (Results 1 – 1 of 1) sorted by relevance
60 private @ApnType int mApnTypes = ApnSetting.TYPE_NONE; field in PreciseDataConnectionState106 mApnTypes = apnTypes; in PreciseDataConnectionState()129 mApnTypes = in.readInt(); in PreciseDataConnectionState()204 return mApnTypes; in getDataConnectionApnTypeBitMask()282 out.writeInt(mApnTypes); in writeToParcel()303 return Objects.hash(mState, mNetworkType, mApnTypes, mApn, mLinkProperties, in hashCode()315 return Objects.equals(mApn, other.mApn) && mApnTypes == other.mApnTypes in equals()330 sb.append(", APN types: " + ApnSetting.getApnTypesStringFromBitmask(mApnTypes)); in toString()