Home
last modified time | relevance | path

Searched refs:mApnTypeBitmask (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/telephony/java/android/telephony/data/
H A DApnSetting.java504 private final int mApnTypeBitmask; field in ApnSetting
778 return mApnTypeBitmask; in getApnTypeBitmask()
929 this.mApnTypeBitmask = builder.mApnTypeBitmask; in ApnSetting()
1127 return (mApnTypeBitmask & type) == type; in hasApnType()
1157 if ((first.mApnTypeBitmask & second.mApnTypeBitmask) != 0) { in typeSameAny()
1200 && Objects.equals(mApnTypeBitmask, other.mApnTypeBitmask) in equals()
1251 && Objects.equals(mApnTypeBitmask, other.mApnTypeBitmask) in equals()
1390 if ((mApnTypeBitmask & type) == type) { in getApnTypes()
1630 dest.writeInt(mApnTypeBitmask); in writeToParcel()
1744 private int mApnTypeBitmask; field in ApnSetting.Builder
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt53195 Landroid/telephony/data/ApnSetting$Builder;->mApnTypeBitmask:I
53249 Landroid/telephony/data/ApnSetting;->mApnTypeBitmask:I