Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/tests/src/android/net/wifi/aware/
DTlvBufferUtilsTest.java107 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()
DWifiAwareManagerTest.java376 List<byte[]> parsedMatchFilter = new TlvBufferUtils.TlvIterable(0, 1, matchFilter).toList(); in testPublishFlow()
816 new TlvBufferUtils.TlvIterable(0, 1, matchFilter).toList()) in testSubscribeConfigBuilder()
852 new TlvBufferUtils.TlvIterable(0, 1, matchFilter).toList()) in testSubscribeConfigParcel()
915 new TlvBufferUtils.TlvIterable(0, 1, matchFilter).toList()) in testPublishConfigBuilder()
945 new TlvBufferUtils.TlvIterable(0, 1, matchFilter).toList()) in testPublishConfigParcel()
/packages/modules/Wifi/framework/java/android/net/wifi/aware/
DTlvBufferUtils.java477 public static class TlvIterable implements Iterable<TlvElement> { class in TlvBufferUtils
496 public TlvIterable(int typeSize, int lengthSize, @Nullable byte[] array) { in TlvIterable() method in TlvBufferUtils.TlvIterable
DPublishConfig.java108 + (new TlvBufferUtils.TlvIterable(0, 1, mMatchFilter)).toString() in toString()
DSubscribeConfig.java119 + (new TlvBufferUtils.TlvIterable(0, 1, mMatchFilter)).toString() in toString()
DWifiAwareManager.java756 matchFilter = new TlvBufferUtils.TlvIterable(0, 1, arg).toList(); in WifiAwareDiscoverySessionCallbackProxy()
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareDataPathStateManager.java1766 TlvBufferUtils.TlvIterable tlvi = new TlvBufferUtils.TlvIterable(1, 2, tlvs); in parseTlv()
1821 TlvBufferUtils.TlvIterable subTlvi = new TlvBufferUtils.TlvIterable(1, in parseServiceInfoTlv()
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt252 Landroid/net/wifi/aware/TlvBufferUtils$TlvIterable;-><init>(II[B)V
253 Landroid/net/wifi/aware/TlvBufferUtils$TlvIterable;->mArray:[B
254 Landroid/net/wifi/aware/TlvBufferUtils$TlvIterable;->mArrayLength:I
255 Landroid/net/wifi/aware/TlvBufferUtils$TlvIterable;->mLengthSize:I
256 Landroid/net/wifi/aware/TlvBufferUtils$TlvIterable;->mTypeSize:I
257 Landroid/net/wifi/aware/TlvBufferUtils$TlvIterable;->toList()Ljava/util/List;