Searched refs:tlvTx (Results 1 – 1 of 1) sorted by relevance
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/ |
D | WifiNanHalTest.java | 117 TlvBufferUtils.TlvConstructor tlvTx = new TlvBufferUtils.TlvConstructor(0, 1); in testPublishUnsolicited() local 118 tlvTx.allocate(150).putByte(0, (byte) 10).putInt(0, 100).putString(0, "some string") in testPublishUnsolicited() 126 ssi, tlvTx, tlvRx, publishCount, publishTtl); in testPublishUnsolicited() 138 TlvBufferUtils.TlvConstructor tlvTx = new TlvBufferUtils.TlvConstructor(0, 1); in testPublishSolicited() local 139 tlvTx.allocate(150).putByte(0, (byte) 10).putInt(0, 100).putString(0, "some string") in testPublishSolicited() 147 ssi, tlvTx, tlvRx, publishCount, publishTtl); in testPublishSolicited() 173 TlvBufferUtils.TlvConstructor tlvTx = new TlvBufferUtils.TlvConstructor(0, 1); in testSubscribePassive() local 174 tlvTx.allocate(150).putByte(0, (byte) 10).putInt(0, 100).putString(0, "some string") in testSubscribePassive() 182 serviceName, ssi, tlvTx, tlvRx, subscribeCount, subscribeTtl); in testSubscribePassive() 194 TlvBufferUtils.TlvConstructor tlvTx = new TlvBufferUtils.TlvConstructor(0, 1); in testSubscribeActive() local [all …]
|