Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/data/
DDataProfile.java91 private final int mSupportedApnTypesBitmask; field in DataProfile
129 this.mSupportedApnTypesBitmask = supportedApnTypesBitmask; in DataProfile()
150 mSupportedApnTypesBitmask = source.readInt(); in DataProfile()
229 public @ApnType int getSupportedApnTypesBitmask() { return mSupportedApnTypesBitmask; } in getSupportedApnTypesBitmask()
283 + mWaitTime + "/" + mEnabled + "/" + mSupportedApnTypesBitmask + "/" in toString()
301 dest.writeInt(mSupportedApnTypesBitmask); in writeToParcel()
336 && mSupportedApnTypesBitmask == that.mSupportedApnTypesBitmask in equals()
352 mSupportedApnTypesBitmask, mRoamingProtocolType, mBearerBitmask, mMtuV4, mMtuV6, in hashCode()
397 private int mSupportedApnTypesBitmask; field in DataProfile.Builder
558 mSupportedApnTypesBitmask = supportedApnTypesBitmask; in setSupportedApnTypesBitmask()
[all …]