Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/android/telephony/data/
H A DNrQos.java32 int fiveQi; field in NrQos
35 public NrQos(QosBandwidth downlink, QosBandwidth uplink, int qosFlowId, int fiveQi, in NrQos() argument
39 this.fiveQi = fiveQi; in NrQos()
46 this.fiveQi = source.readInt(); in NrQos()
55 return fiveQi; in get5Qi()
70 dest.writeInt(fiveQi); in writeToParcel()
81 return Objects.hash(super.hashCode(), qosFlowId, fiveQi, averagingWindowMs); in hashCode()
99 && this.fiveQi == other.fiveQi in equals()
106 + " fiveQi=" + fiveQi in toString()
H A DNrQosSessionAttributes.java167 public NrQosSessionAttributes(final int fiveQi, final int qfi, in NrQosSessionAttributes() argument
172 m5Qi = fiveQi; in NrQosSessionAttributes()