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()
401 List<byte[]> parsedMatchFilter = new TlvBufferUtils.TlvIterable(0, 1, matchFilter).toList(); in testPublishFlow()864 new TlvBufferUtils.TlvIterable(0, 1, matchFilter).toList()) in testSubscribeConfigBuilder()910 new TlvBufferUtils.TlvIterable(0, 1, matchFilter).toList()) in testSubscribeConfigParcel()983 new TlvBufferUtils.TlvIterable(0, 1, matchFilter).toList()) in testPublishConfigBuilder()1023 new TlvBufferUtils.TlvIterable(0, 1, matchFilter) in testPublishConfigParcel()
477 public static class TlvIterable implements Iterable<TlvElement> { class in TlvBufferUtils496 public TlvIterable(int typeSize, int lengthSize, @Nullable byte[] array) { in TlvIterable() method in TlvBufferUtils.TlvIterable
151 + (new TlvBufferUtils.TlvIterable(0, 1, mMatchFilter)).toString() in toString()
145 + (new TlvBufferUtils.TlvIterable(0, 1, mMatchFilter)).toString() in toString()
1126 matchFilterList = new TlvBufferUtils.TlvIterable(0, 1, matchFilter).toList(); in getMatchFilterList()
1805 TlvBufferUtils.TlvIterable tlvi = new TlvBufferUtils.TlvIterable(1, 2, tlvs); in parseTlv()1860 TlvBufferUtils.TlvIterable subTlvi = new TlvBufferUtils.TlvIterable(1, in parseServiceInfoTlv()
252 Landroid/net/wifi/aware/TlvBufferUtils$TlvIterable;-><init>(II[B)V253 Landroid/net/wifi/aware/TlvBufferUtils$TlvIterable;->mArray:[B254 Landroid/net/wifi/aware/TlvBufferUtils$TlvIterable;->mArrayLength:I255 Landroid/net/wifi/aware/TlvBufferUtils$TlvIterable;->mLengthSize:I256 Landroid/net/wifi/aware/TlvBufferUtils$TlvIterable;->mTypeSize:I257 Landroid/net/wifi/aware/TlvBufferUtils$TlvIterable;->toList()Ljava/util/List;