Searched refs:TlvElement (Results 1 – 4 of 4) sorted by relevance
370 public static class TlvElement { class in TlvBufferUtils401 private TlvElement(int type, int length, @Nullable byte[] refArray, int offset) { in TlvElement() method in TlvBufferUtils.TlvElement479 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()
173 for (TlvBufferUtils.TlvElement tlv : tlv22It) { in testTlvIterate()206 for (TlvBufferUtils.TlvElement tlv : tlv02It) { in testTlvIterate()
1632 for (TlvBufferUtils.TlvElement tlve : tlvi) { in parseTlv()1688 for (TlvBufferUtils.TlvElement subTlve : subTlvi) { in parseServiceInfoTlv()
45743 Landroid/net/wifi/aware/TlvBufferUtils$TlvElement;-><init>(II[BI)V45744 Landroid/net/wifi/aware/TlvBufferUtils$TlvElement;->getByte()B45745 Landroid/net/wifi/aware/TlvBufferUtils$TlvElement;->getInt()I45746 Landroid/net/wifi/aware/TlvBufferUtils$TlvElement;->getShort()S45747 Landroid/net/wifi/aware/TlvBufferUtils$TlvElement;->getString()Ljava/lang/String;45748 Landroid/net/wifi/aware/TlvBufferUtils$TlvElement;->length:I45749 Landroid/net/wifi/aware/TlvBufferUtils$TlvElement;->offset:I45750 Landroid/net/wifi/aware/TlvBufferUtils$TlvElement;->refArray:[B45751 Landroid/net/wifi/aware/TlvBufferUtils$TlvElement;->type:I