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
128 this.mSupportedApnTypesBitmask = supportedApnTypesBitmask; in DataProfile()
148 mSupportedApnTypesBitmask = source.readInt(); in DataProfile()
226 public @ApnType int getSupportedApnTypesBitmask() { return mSupportedApnTypesBitmask; } in getSupportedApnTypesBitmask()
266 + mWaitTime + "/" + mEnabled + "/" + mSupportedApnTypesBitmask + "/" in toString()
284 dest.writeInt(mSupportedApnTypesBitmask); in writeToParcel()
318 && mSupportedApnTypesBitmask == that.mSupportedApnTypesBitmask in equals()
333 mSupportedApnTypesBitmask, mRoamingProtocolType, mBearerBitmask, mMtu, mPersistent, in hashCode()
378 private int mSupportedApnTypesBitmask; field in DataProfile.Builder
537 mSupportedApnTypesBitmask = supportedApnTypesBitmask; in setSupportedApnTypesBitmask()
[all …]