Home
last modified time | relevance | path

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

/frameworks/base/wifi/tests/src/android/net/wifi/aware/
DTlvBufferUtilsTest.java55 TlvBufferUtils.TlvConstructor tlv01 = new TlvBufferUtils.TlvConstructor(0, 1); in testTlvBuild() local
56 tlv01.allocate(15); in testTlvBuild()
57 tlv01.putByte(0, (byte) 2); in testTlvBuild()
58 tlv01.putByteArray(2, new byte[] { in testTlvBuild()
62 tlv01.getArray(), equalTo(new byte[] {1, 2, 3, 0, 1, 2 })); in testTlvBuild()
68 TlvBufferUtils.isValid(tlv01.getArray(), 0, 1), in testTlvBuild()
104 TlvBufferUtils.TlvConstructor tlv01 = new TlvBufferUtils.TlvConstructor(0, 1); in testTlvListOperations() local
105 tlv01.allocateAndPut(data); in testTlvListOperations()
106 byte[] tlvData = tlv01.getArray(); in testTlvListOperations()
313 TlvBufferUtils.TlvConstructor tlv01 = new TlvBufferUtils.TlvConstructor(0, 1); in testTlvInvalidByteArray() local
[all …]