Searched refs:qosFlowId (Results 1 – 1 of 1) sorted by relevance
31 int qosFlowId; field in NrQos35 public NrQos(QosBandwidth downlink, QosBandwidth uplink, int qosFlowId, int fiveQi, in NrQos() argument38 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()