Home
last modified time | relevance | path

Searched defs:dstPortRange (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DQosPolicyRequestHandlerTest.java111 @Nullable Integer srcPort, @Nullable int[] dstPortRange, in createQosPolicyRequest()
DSupplicantStaIfaceHalTest.java1141 int[] dstPortRange = new int[]{131, 250}; in testCreateValidQosPolicyRequest() local
1201 int[] dstPortRange = new int[]{250, 131}; in testCreateQosPolicyRequestWithInvalidDstPortRange() local
DSupplicantStaIfaceHalAidlImplTest.java2651 @Nullable int[] dstPortRange, @Nullable Integer protocol) { in createQosPolicyData()
/packages/modules/Connectivity/framework/src/android/net/
DDscpPolicy.java89 Range<Integer> dstPortRange) { in DscpPolicy()
/packages/modules/Wifi/framework/java/android/net/wifi/
DQosPolicyParams.java244 @Protocol int protocol, @Nullable int[] dstPortRange, @Direction int direction, in QosPolicyParams()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceHal.java704 public Range dstPortRange = null; field in SupplicantStaIfaceHal.QosPolicyClassifierParams
DSupplicantStaIfaceHalAidlImpl.java2880 int[] dstPortRange = null; in halToFrameworkQosPolicy() local