Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/data/
DNrQos.java31 int qosFlowId; field in NrQos
35 public NrQos(QosBandwidth downlink, QosBandwidth uplink, int qosFlowId, int fiveQi, in NrQos() argument
38 this.qosFlowId = qosFlowId; in NrQos()
45 this.qosFlowId = source.readInt(); in NrQos()
59 return qosFlowId; in getQfi()
69 dest.writeInt(qosFlowId); in writeToParcel()
81 return Objects.hash(super.hashCode(), qosFlowId, fiveQi, averagingWindowMs); in hashCode()
98 return this.qosFlowId == other.qosFlowId in equals()
109 + " qosFlowId=" + qosFlowId in toString()