Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/
DWifiNanHalTest.java119 .putZeroLengthElement(0); in testPublishUnsolicited()
123 .putZeroLengthElement(0).putByteArray(0, serviceName.getBytes()); in testPublishUnsolicited()
140 .putZeroLengthElement(0); in testPublishSolicited()
144 .putZeroLengthElement(0).putByteArray(0, serviceName.getBytes()); in testPublishSolicited()
175 .putZeroLengthElement(0); in testSubscribePassive()
179 .putZeroLengthElement(0).putByteArray(0, serviceName.getBytes()); in testSubscribePassive()
196 .putZeroLengthElement(0); in testSubscribeActive()
200 .putZeroLengthElement(0).putByteArray(0, serviceName.getBytes()); in testSubscribeActive()
DTlvBufferUtilsTest.java75 tlv22.putZeroLengthElement(55); in testTlvIterate()
/frameworks/base/wifi/java/android/net/wifi/nan/
DTlvBufferUtils.java172 public TlvConstructor putZeroLengthElement(int type) { in putZeroLengthElement() method in TlvBufferUtils.TlvConstructor