Searched refs:dstPortRange (Results 1 – 1 of 1) sorted by relevance
6351 final int[] dstPortRange = new int[]{15, 22}; in testQosPolicyParamsBuilder() local6413 .setDestinationPortRange(dstPortRange[0], dstPortRange[1]) in testQosPolicyParamsBuilder()6423 assertArrayEquals(dstPortRange, uplinkParams.getDestinationPortRange()); in testQosPolicyParamsBuilder()