Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/data/
DDataProfile.java61 private final int mSupportedApnTypesBitmap; field in DataProfile
97 this.mSupportedApnTypesBitmap = supportedApnTypesBitmap; in DataProfile()
118 mSupportedApnTypesBitmap = source.readInt(); in DataProfile()
189 public int getSupportedApnTypesBitmap() { return mSupportedApnTypesBitmap; } in getSupportedApnTypesBitmap()
237 + mSupportedApnTypesBitmap + "/" + mRoamingProtocol + "/" + mBearerBitmap + "/" in toString()
260 dest.writeInt(mSupportedApnTypesBitmap); in writeToParcel()