Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/aware/
DPublishConfig.java295 mMatchFilter = new TlvBufferUtils.TlvConstructor(0, 1).allocateAndPut( in setMatchFilter()
DSubscribeConfig.java352 mMatchFilter = new TlvBufferUtils.TlvConstructor(0, 1).allocateAndPut( in setMatchFilter()
DTlvBufferUtils.java140 public TlvConstructor allocateAndPut(@Nullable List<byte[]> list) { in allocateAndPut() method in TlvBufferUtils.TlvConstructor
/frameworks/base/wifi/tests/src/android/net/wifi/aware/
DTlvBufferUtilsTest.java105 tlv01.allocateAndPut(data); in testTlvListOperations()