Searched refs:mProtocolType (Results 1 – 2 of 2) sorted by relevance
131 private final @ProtocolType int mProtocolType; field in DataCallResponse207 mProtocolType = protocolType; in DataCallResponse()241 mProtocolType = source.readInt(); in DataCallResponse()329 public int getProtocolType() { return mProtocolType; } in getProtocolType()469 .append(" protocolType=").append(mProtocolType) in toString()504 && mProtocolType == other.mProtocolType in equals()530 return Objects.hash(mCause, mSuggestedRetryTime, mId, mLinkStatus, mProtocolType, in hashCode()548 dest.writeInt(mProtocolType); in writeToParcel()621 private @ProtocolType int mProtocolType; field in DataCallResponse.Builder727 mProtocolType = protocolType; in setProtocolType()[all …]
528 private int mProtocolType; field in DataProfile.Builder609 mProtocolType = protocolType; in setProtocolType()839 .setProtocol(mProtocolType) in build()