Searched refs:mSupportedApnTypesBitmap (Results 1 – 1 of 1) sorted by relevance
61 private final int mSupportedApnTypesBitmap; field in DataProfile97 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()