Home
last modified time | relevance | path

Searched refs:mSubType (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/net/
DNetworkIdentity.java46 final int mSubType; field in NetworkIdentity
57 mSubType = subType; in NetworkIdentity()
67 return Objects.hash(mType, mSubType, mSubscriberId, mNetworkId, mRoaming, mMetered, in hashCode()
75 return mType == ident.mType && mSubType == ident.mSubType && mRoaming == ident.mRoaming in equals()
89 if (mSubType == SUBTYPE_COMBINED) { in toString()
92 builder.append(mSubType); in toString()
131 return mSubType; in getSubType()
227 res = Integer.compare(mSubType, another.mSubType); in compareTo()
DNetworkTemplate.java234 private final int mSubType; field in NetworkTemplate
256 mSubType = subType; in NetworkTemplate()
272 mSubType = in.readInt(); in NetworkTemplate()
284 dest.writeInt(mSubType); in writeToParcel()
317 if (mSubType != NETWORK_TYPE_ALL) { in toString()
318 builder.append(", subType=").append(mSubType); in toString()
326 mDefaultNetwork, mSubType); in hashCode()
339 && mSubType == other.mSubType; in equals()
427 return mSubType == NETWORK_TYPE_ALL in matchesCollapsedRatType()
428 || getCollapsedRatType(mSubType) == getCollapsedRatType(ident.mSubType); in matchesCollapsedRatType()
/frameworks/base/core/java/android/app/slice/
DSliceItem.java125 private final String mSubType; field in SliceItem
143 mSubType = subType; in SliceItem()
190 return mSubType; in getSubType()
282 mSubType = in.readString(); in SliceItem()
295 dest.writeString(mSubType); in writeToParcel()