Searched refs:mRatType (Results 1 – 2 of 2) sorted by relevance
96 final int mRatType; field in NetworkIdentity110 mRatType = ratType; in NetworkIdentity()122 return Objects.hash(mType, mRatType, mSubscriberId, mWifiNetworkKey, mRoaming, mMetered, in hashCode()130 return mType == ident.mType && mRatType == ident.mRatType && mRoaming == ident.mRoaming in equals()146 if (mRatType == NETWORK_TYPE_ALL) { in toString()149 builder.append(mRatType); in toString()218 return mRatType; in getRatType()326 res = Integer.compare(left.mRatType, right.mRatType); in compare()357 private int mRatType; field in NetworkIdentity.Builder372 mRatType = NetworkTemplate.NETWORK_TYPE_ALL; in Builder()[all …]
406 private final int mRatType; field in NetworkTemplate529 mRatType = ratType; in NetworkTemplate()545 mRatType = in.readInt(); in NetworkTemplate()557 dest.writeInt(mRatType); in writeToParcel()585 if (mRatType != NETWORK_TYPE_ALL) { in toString()586 builder.append(", ratType=").append(mRatType); in toString()598 mRatType, mOemManaged); in hashCode()609 && mRatType == other.mRatType in equals()707 return mRatType; in getRatType()780 return mRatType == NETWORK_TYPE_ALL in matchesCollapsedRatType()[all …]