Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/aware/
DTlvBufferUtils.java368 public static class TlvElement { class in TlvBufferUtils
399 private TlvElement(int type, int length, @Nullable byte[] refArray, int offset) { in TlvElement() method in TlvBufferUtils.TlvElement
477 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()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/aware/
DTlvBufferUtilsTest.java173 for (TlvBufferUtils.TlvElement tlv : tlv22It) { in testTlvIterate()
206 for (TlvBufferUtils.TlvElement tlv : tlv02It) { in testTlvIterate()
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareDataPathStateManager.java1768 for (TlvBufferUtils.TlvElement tlve : tlvi) { in parseTlv()
1824 for (TlvBufferUtils.TlvElement subTlve : subTlvi) { in parseServiceInfoTlv()
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt243 Landroid/net/wifi/aware/TlvBufferUtils$TlvElement;-><init>(II[BI)V
244 Landroid/net/wifi/aware/TlvBufferUtils$TlvElement;->getByte()B
245 Landroid/net/wifi/aware/TlvBufferUtils$TlvElement;->getInt()I
246 Landroid/net/wifi/aware/TlvBufferUtils$TlvElement;->getShort()S
247 Landroid/net/wifi/aware/TlvBufferUtils$TlvElement;->getString()Ljava/lang/String;
248 Landroid/net/wifi/aware/TlvBufferUtils$TlvElement;->length:I
249 Landroid/net/wifi/aware/TlvBufferUtils$TlvElement;->offset:I
250 Landroid/net/wifi/aware/TlvBufferUtils$TlvElement;->refArray:[B
251 Landroid/net/wifi/aware/TlvBufferUtils$TlvElement;->type:I