Searched refs:mSupportedApnTypesBitmask (Results 1 – 1 of 1) sorted by relevance
91 private final int mSupportedApnTypesBitmask; field in DataProfile129 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.Builder558 mSupportedApnTypesBitmask = supportedApnTypesBitmask; in setSupportedApnTypesBitmask()[all …]