Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/aware/
DTlvBufferUtils.java370 public static class TlvElement { class in TlvBufferUtils
401 private TlvElement(int type, int length, @Nullable byte[] refArray, int offset) { in TlvElement() method in TlvBufferUtils.TlvElement
479 public static class TlvIterable implements Iterable<TlvElement> {
527 for (TlvElement tlv : this) { in toString()
562 for (TlvElement tlv : this) { in toList()
574 public Iterator<TlvElement> iterator() { in iterator()
575 return new Iterator<TlvElement>() { in iterator()
584 public TlvElement next() { in iterator()
605 TlvElement tlv = new TlvElement(type, length, mArray, mOffset); in iterator()
/frameworks/base/wifi/tests/src/android/net/wifi/aware/
DTlvBufferUtilsTest.java173 for (TlvBufferUtils.TlvElement tlv : tlv22It) { in testTlvIterate()
206 for (TlvBufferUtils.TlvElement tlv : tlv02It) { in testTlvIterate()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
DWifiAwareDataPathStateManager.java1632 for (TlvBufferUtils.TlvElement tlve : tlvi) { in parseTlv()
1688 for (TlvBufferUtils.TlvElement subTlve : subTlvi) { in parseServiceInfoTlv()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt45743 Landroid/net/wifi/aware/TlvBufferUtils$TlvElement;-><init>(II[BI)V
45744 Landroid/net/wifi/aware/TlvBufferUtils$TlvElement;->getByte()B
45745 Landroid/net/wifi/aware/TlvBufferUtils$TlvElement;->getInt()I
45746 Landroid/net/wifi/aware/TlvBufferUtils$TlvElement;->getShort()S
45747 Landroid/net/wifi/aware/TlvBufferUtils$TlvElement;->getString()Ljava/lang/String;
45748 Landroid/net/wifi/aware/TlvBufferUtils$TlvElement;->length:I
45749 Landroid/net/wifi/aware/TlvBufferUtils$TlvElement;->offset:I
45750 Landroid/net/wifi/aware/TlvBufferUtils$TlvElement;->refArray:[B
45751 Landroid/net/wifi/aware/TlvBufferUtils$TlvElement;->type:I