Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/data/
DDataCallResponse.java133 private final @ProtocolType int mProtocolType; field in DataCallResponse
209 mProtocolType = protocolType; in DataCallResponse()
243 mProtocolType = source.readInt(); in DataCallResponse()
331 public int getProtocolType() { return mProtocolType; } in getProtocolType()
472 .append(" protocolType=").append(mProtocolType) in toString()
507 && mProtocolType == other.mProtocolType in equals()
533 return Objects.hash(mCause, mSuggestedRetryTime, mId, mLinkStatus, mProtocolType, in hashCode()
551 dest.writeInt(mProtocolType); in writeToParcel()
624 private @ProtocolType int mProtocolType; field in DataCallResponse.Builder
730 mProtocolType = protocolType; in setProtocolType()
[all …]
DDataProfile.java528 private int mProtocolType; field in DataProfile.Builder
609 mProtocolType = protocolType; in setProtocolType()
839 .setProtocol(mProtocolType) in build()