Searched refs:fiveQi (Results 1 – 2 of 2) sorted by relevance
32 int fiveQi; field in NrQos35 public NrQos(QosBandwidth downlink, QosBandwidth uplink, int qosFlowId, int fiveQi, in NrQos() argument39 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()
167 public NrQosSessionAttributes(final int fiveQi, final int qfi, in NrQosSessionAttributes() argument172 m5Qi = fiveQi; in NrQosSessionAttributes()