Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/
DWifiNanHalTest.java121 TlvBufferUtils.TlvConstructor tlvRx = new TlvBufferUtils.TlvConstructor(0, 1); in testPublishUnsolicited() local
122 tlvRx.allocate(150).putByte(0, (byte) 66).putInt(0, 127).putString(0, "some other string") in testPublishUnsolicited()
126 ssi, tlvTx, tlvRx, publishCount, publishTtl); in testPublishUnsolicited()
142 TlvBufferUtils.TlvConstructor tlvRx = new TlvBufferUtils.TlvConstructor(0, 1); in testPublishSolicited() local
143 tlvRx.allocate(150).putByte(0, (byte) 66).putInt(0, 127).putString(0, "some other string") in testPublishSolicited()
147 ssi, tlvTx, tlvRx, publishCount, publishTtl); in testPublishSolicited()
177 TlvBufferUtils.TlvConstructor tlvRx = new TlvBufferUtils.TlvConstructor(0, 1); in testSubscribePassive() local
178 tlvRx.allocate(150).putByte(0, (byte) 66).putInt(0, 127).putString(0, "some other string") in testSubscribePassive()
182 serviceName, ssi, tlvTx, tlvRx, subscribeCount, subscribeTtl); in testSubscribePassive()
198 TlvBufferUtils.TlvConstructor tlvRx = new TlvBufferUtils.TlvConstructor(0, 1); in testSubscribeActive() local
[all …]