Searched refs:TlvElement (Results 1 – 4 of 4) sorted by relevance
368 public static class TlvElement { class in TlvBufferUtils399 private TlvElement(int type, int length, @Nullable byte[] refArray, int offset) { in TlvElement() method in TlvBufferUtils.TlvElement477 public static class TlvIterable implements Iterable<TlvElement> {525 for (TlvElement tlv : this) { in toString()560 for (TlvElement tlv : this) { in toList()572 public Iterator<TlvElement> iterator() { in iterator()573 return new Iterator<TlvElement>() { in iterator()582 public TlvElement next() { in iterator()603 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()
1768 for (TlvBufferUtils.TlvElement tlve : tlvi) { in parseTlv()1824 for (TlvBufferUtils.TlvElement subTlve : subTlvi) { in parseServiceInfoTlv()
243 Landroid/net/wifi/aware/TlvBufferUtils$TlvElement;-><init>(II[BI)V244 Landroid/net/wifi/aware/TlvBufferUtils$TlvElement;->getByte()B245 Landroid/net/wifi/aware/TlvBufferUtils$TlvElement;->getInt()I246 Landroid/net/wifi/aware/TlvBufferUtils$TlvElement;->getShort()S247 Landroid/net/wifi/aware/TlvBufferUtils$TlvElement;->getString()Ljava/lang/String;248 Landroid/net/wifi/aware/TlvBufferUtils$TlvElement;->length:I249 Landroid/net/wifi/aware/TlvBufferUtils$TlvElement;->offset:I250 Landroid/net/wifi/aware/TlvBufferUtils$TlvElement;->refArray:[B251 Landroid/net/wifi/aware/TlvBufferUtils$TlvElement;->type:I