Searched refs:mProtocolType (Results 1 – 2 of 2) sorted by relevance
133 private final @ProtocolType int mProtocolType; field in DataCallResponse209 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.Builder730 mProtocolType = protocolType; in setProtocolType()[all …]
528 private int mProtocolType; field in DataProfile.Builder609 mProtocolType = protocolType; in setProtocolType()839 .setProtocol(mProtocolType) in build()