Searched refs:TlvIterable (Results 1 – 8 of 8) sorted by relevance
107 List<byte[]> parsedList = new TlvBufferUtils.TlvIterable(0, 1, tlvData).toList(); in testTlvListOperations()125 List<byte[]> parsedList = new TlvBufferUtils.TlvIterable(0, 1, validTlv01).toList(); in testTlvParseToList()140 List<byte[]> data = new TlvBufferUtils.TlvIterable(0, 1, invalidTlv01).toList(); in testTlvParseToListError()171 TlvBufferUtils.TlvIterable tlv22It = new TlvBufferUtils.TlvIterable(2, 2, tlv22.getArray()); in testTlvIterate()204 TlvBufferUtils.TlvIterable tlv02It = new TlvBufferUtils.TlvIterable(0, 2, tlv02.getArray()); in testTlvIterate()273 TlvBufferUtils.TlvIterable tlvIt10 = new TlvBufferUtils.TlvIterable(1, 0, testTlv); in testTlvItInvalidSizeT1L0()281 TlvBufferUtils.TlvIterable tlvIt10 = new TlvBufferUtils.TlvIterable(-3, 2, testTlv); in testTlvItInvalidSizeTm3L2()289 TlvBufferUtils.TlvIterable tlvIt10 = new TlvBufferUtils.TlvIterable(1, -2, testTlv); in testTlvItInvalidSizeT1Lm2()297 TlvBufferUtils.TlvIterable tlvIt10 = new TlvBufferUtils.TlvIterable(1, 3, testTlv); in testTlvItInvalidSizeT1L3()305 TlvBufferUtils.TlvIterable tlvIt10 = new TlvBufferUtils.TlvIterable(3, 1, testTlv); in testTlvItInvalidSizeT3L1()
339 List<byte[]> parsedMatchFilter = new TlvBufferUtils.TlvIterable(0, 1, matchFilter).toList(); in testPublishFlow()751 new TlvBufferUtils.TlvIterable(0, 1, matchFilter).toList()) in testSubscribeConfigBuilder()787 new TlvBufferUtils.TlvIterable(0, 1, matchFilter).toList()) in testSubscribeConfigParcel()850 new TlvBufferUtils.TlvIterable(0, 1, matchFilter).toList()) in testPublishConfigBuilder()880 new TlvBufferUtils.TlvIterable(0, 1, matchFilter).toList()) in testPublishConfigParcel()
479 public static class TlvIterable implements Iterable<TlvElement> { class in TlvBufferUtils498 public TlvIterable(int typeSize, int lengthSize, @Nullable byte[] array) { in TlvIterable() method in TlvBufferUtils.TlvIterable
109 + (new TlvBufferUtils.TlvIterable(0, 1, mMatchFilter)).toString() in toString()
120 + (new TlvBufferUtils.TlvIterable(0, 1, mMatchFilter)).toString() in toString()
640 matchFilter = new TlvBufferUtils.TlvIterable(0, 1, arg).toList(); in WifiAwareDiscoverySessionCallbackProxy()
1630 TlvBufferUtils.TlvIterable tlvi = new TlvBufferUtils.TlvIterable(1, 2, tlvs); in parseTlv()1685 TlvBufferUtils.TlvIterable subTlvi = new TlvBufferUtils.TlvIterable(1, in parseServiceInfoTlv()
45752 Landroid/net/wifi/aware/TlvBufferUtils$TlvIterable;-><init>(II[B)V45753 Landroid/net/wifi/aware/TlvBufferUtils$TlvIterable;->mArray:[B45754 Landroid/net/wifi/aware/TlvBufferUtils$TlvIterable;->mArrayLength:I45755 Landroid/net/wifi/aware/TlvBufferUtils$TlvIterable;->mLengthSize:I45756 Landroid/net/wifi/aware/TlvBufferUtils$TlvIterable;->mTypeSize:I45757 Landroid/net/wifi/aware/TlvBufferUtils$TlvIterable;->toList()Ljava/util/List;