Searched refs:TlvElement (Results 1 – 2 of 2) sorted by relevance
284 public static class TlvElement { class in TlvBufferUtils309 private TlvElement(int type, int length, byte[] refArray, int offset) { in TlvElement() method in TlvBufferUtils.TlvElement374 public static class TlvIterable implements Iterable<TlvElement> {416 for (TlvElement tlv : this) { in toString()451 public Iterator<TlvElement> iterator() { in iterator()452 return new Iterator<TlvElement>() { in iterator()461 public TlvElement next() { in iterator()478 TlvElement tlv = new TlvElement(type, length, mArray, mOffset); in iterator()
80 for (TlvBufferUtils.TlvElement tlv : tlv22It) { in testTlvIterate()112 for (TlvBufferUtils.TlvElement tlv : tlv02It) { in testTlvIterate()