Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/data/
DDataProfile.java70 private final int mProtocolType; field in DataProfile
116 this.mProtocolType = protocolType; in DataProfile()
141 mProtocolType = source.readInt(); in DataProfile()
174 public @ProtocolType int getProtocolType() { return mProtocolType; } in getProtocolType()
279 return "DataProfile=" + mProfileId + "/" + mProtocolType + "/" + mAuthType in toString()
292 dest.writeInt(mProtocolType); in writeToParcel()
329 && mProtocolType == that.mProtocolType in equals()
350 return Objects.hash(mProfileId, mApn, mProtocolType, mAuthType, mUserName, mPassword, mType, in hashCode()
376 private int mProtocolType; field in DataProfile.Builder
450 mProtocolType = protocolType; in setProtocolType()
[all …]
DDataCallResponse.java129 private final @ProtocolType int mProtocolType; field in DataCallResponse
179 mProtocolType = protocolType; in DataCallResponse()
211 mProtocolType = protocolType; in DataCallResponse()
241 mProtocolType = source.readInt(); in DataCallResponse()
313 public int getProtocolType() { return mProtocolType; } in getProtocolType()
435 .append(" protocolType=").append(mProtocolType) in toString()
484 && mProtocolType == other.mProtocolType in equals()
507 return Objects.hash(mCause, mSuggestedRetryTime, mId, mLinkStatus, mProtocolType, in hashCode()
524 dest.writeInt(mProtocolType); in writeToParcel()
604 private @ProtocolType int mProtocolType; field in DataCallResponse.Builder
[all …]