Searched refs:RX_PAYLOAD (Results 1 – 4 of 4) sorted by relevance
46 private static final byte RX_PAYLOAD = 100; field in TextConfigTest81 assertThat(config.getRxPayloadTypeNumber()).isEqualTo(RX_PAYLOAD); in testConstructorAndGetters()122 .setRxPayloadTypeNumber(RX_PAYLOAD) in testNotEqual()142 .setRxPayloadTypeNumber(RX_PAYLOAD) in testNotEqual()163 .setRxPayloadTypeNumber(RX_PAYLOAD) in createTextConfig()
61 private static final byte RX_PAYLOAD = 112; field in AudioConfigTest114 assertThat(config.getRxPayloadTypeNumber()).isEqualTo(RX_PAYLOAD); in testConstructorAndGetters()153 .setRxPayloadTypeNumber(RX_PAYLOAD) in testNotEqual()179 .setRxPayloadTypeNumber(RX_PAYLOAD) in createAudioConfig()
47 private static final byte RX_PAYLOAD = 112; field in VideoConfigTest82 assertThat(config.getRxPayloadTypeNumber()).isEqualTo(RX_PAYLOAD); in testConstructorAndGetters()132 .setRxPayloadTypeNumber(RX_PAYLOAD) in testNotEqual()165 .setRxPayloadTypeNumber(RX_PAYLOAD) in createVideoConfig()
139 protected static final ByteBuffer RX_PAYLOAD = field in EthernetTetheringTestBase677 LOCAL_PORT /* dstPort */, RX_PAYLOAD); in sendDownloadPacketUdp()680 return isExpectedUdpPacket(p, true /* hasEther */, isIpv4, RX_PAYLOAD); in sendDownloadPacketUdp()802 (short) 1003 /* ack */, TCPHDR_ACK, RX_PAYLOAD, tester, isClat /* is6To4 */); in runTcpTest()