Home
last modified time | relevance | path

Searched refs:mFlowLabel (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Wifi/framework/java/android/net/wifi/
DQosPolicyParams.java237 private final @Nullable byte[] mFlowLabel; field in QosPolicyParams
258 this.mFlowLabel = flowLabel; in QosPolicyParams()
343 if (mFlowLabel != null) { in validate()
360 if (mFlowLabel != null) { in validate()
365 if (mFlowLabel.length != 3) { in validate()
367 + mFlowLabel.length); in validate()
525 return mFlowLabel; in getFlowLabel()
560 && mFlowLabel == that.mFlowLabel in equals()
568 Arrays.hashCode(mFlowLabel), mQosCharacteristics); in hashCode()
584 + "flowLabel=" + Arrays.toString(mFlowLabel) + ", " in toString()
[all …]
/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DLegacyApfTest.java1214 int mFlowLabel = 0x12345; field in LegacyApfTest.RaPacketBuilder
1247 mFlowLabel = flowLabel; in setFlowLabel()
1364 buffer.putInt(IP_HEADER_OFFSET, 0x60000000 | (0xFFFFF & mFlowLabel)); in build()
DApfTest.java2284 int mFlowLabel = 0x12345; field in ApfTest.RaPacketBuilder
2317 mFlowLabel = flowLabel; in setFlowLabel()
2434 buffer.putInt(IP_HEADER_OFFSET, 0x60000000 | (0xFFFFF & mFlowLabel)); in build()