Searched refs:mSubType (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/base/core/java/android/net/ |
H A D | NetworkIdentity.java | 61 final int mSubType; field in NetworkIdentity 73 mSubType = subType; in NetworkIdentity() 84 return Objects.hash(mType, mSubType, mSubscriberId, mNetworkId, mRoaming, mMetered, in hashCode() 92 return mType == ident.mType && mSubType == ident.mSubType && mRoaming == ident.mRoaming in equals() 107 if (mSubType == SUBTYPE_COMBINED) { in toString() 110 builder.append(mSubType); in toString() 154 return mSubType; in getSubType() 234 res = Integer.compare(mSubType, another.mSubType); in compareTo()
|
H A D | NetworkTemplate.java | 287 private final int mSubType; field in NetworkTemplate 346 mSubType = subType; in NetworkTemplate() 364 mSubType = in.readInt(); in NetworkTemplate() 378 dest.writeInt(mSubType); in writeToParcel() 413 if (mSubType != NETWORK_TYPE_ALL) { in toString() 414 builder.append(", subType=").append(mSubType); in toString() 427 mDefaultNetwork, mSubType, mOemManaged, mSubscriberIdMatchRule); in hashCode() 440 && mSubType == other.mSubType in equals() 567 return mSubType == NETWORK_TYPE_ALL in matchesCollapsedRatType() 568 || getCollapsedRatType(mSubType) == getCollapsedRatType(ident.mSubType); in matchesCollapsedRatType()
|
/aosp12/frameworks/base/core/java/android/app/slice/ |
H A D | SliceItem.java | 125 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()
|
/aosp12/frameworks/av/services/tuner/ |
H A D | TunerFilter.cpp | 46 mSubType = subType; in TunerFilter() 560 && mSubType == (int)DemuxTsFilterType::AUDIO) in isAudioFilter() 562 && mSubType == (int)DemuxMmtpFilterType::AUDIO); in isAudioFilter() 567 && mSubType == (int)DemuxTsFilterType::VIDEO) in isVideoFilter() 569 && mSubType == (int)DemuxMmtpFilterType::VIDEO); in isVideoFilter()
|
H A D | TunerFilter.h | 187 int mSubType; variable
|
/aosp12/packages/modules/Connectivity/Tethering/apex/hiddenapi/ |
H A D | hiddenapi-max-target-o-low-priority.txt | 757 Landroid/net/NetworkIdentity;->mSubType:I
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 8897 Landroid/app/slice/SliceItem;->mSubType:Ljava/lang/String;
|