Searched refs:mFlowLabel (Results 1 – 3 of 3) sorted by relevance
237 private final @Nullable byte[] mFlowLabel; field in QosPolicyParams258 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 …]
1214 int mFlowLabel = 0x12345; field in LegacyApfTest.RaPacketBuilder1247 mFlowLabel = flowLabel; in setFlowLabel()1364 buffer.putInt(IP_HEADER_OFFSET, 0x60000000 | (0xFFFFF & mFlowLabel)); in build()
2284 int mFlowLabel = 0x12345; field in ApfTest.RaPacketBuilder2317 mFlowLabel = flowLabel; in setFlowLabel()2434 buffer.putInt(IP_HEADER_OFFSET, 0x60000000 | (0xFFFFF & mFlowLabel)); in build()