Searched refs:uplinkParams (Results 1 – 1 of 1) sorted by relevance
6406 QosPolicyParams uplinkParams = in testQosPolicyParamsBuilder() local6416 assertEquals(policyId, uplinkParams.getPolicyId()); in testQosPolicyParamsBuilder()6417 assertEquals(QosPolicyParams.DIRECTION_UPLINK, uplinkParams.getDirection()); in testQosPolicyParamsBuilder()6418 assertEquals(srcAddr, uplinkParams.getSourceAddress()); in testQosPolicyParamsBuilder()6419 assertEquals(dstAddr, uplinkParams.getDestinationAddress()); in testQosPolicyParamsBuilder()6420 assertEquals(dscp, uplinkParams.getDscp()); in testQosPolicyParamsBuilder()6421 assertEquals(srcPort, uplinkParams.getSourcePort()); in testQosPolicyParamsBuilder()6422 assertEquals(protocol, uplinkParams.getProtocol()); in testQosPolicyParamsBuilder()6423 assertArrayEquals(dstPortRange, uplinkParams.getDestinationPortRange()); in testQosPolicyParamsBuilder()6424 assertEquals(qosCharacteristics, uplinkParams.getQosCharacteristics()); in testQosPolicyParamsBuilder()