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