Searched refs:mArrayLength (Results 1 – 2 of 2) sorted by relevance
67 private int mArrayLength; field in TlvBufferUtils.TlvConstructor113 mArrayLength = (array == null) ? 0 : array.length; in wrap()127 mArrayLength = capacity; in allocate()337 if (mPosition + mTypeSize + mLengthSize + dataLength > mArrayLength) { in checkLength()343 if (mPosition + dataLength > mArrayLength) { in checkRawLength()484 private int mArrayLength; field in TlvBufferUtils.TlvIterable506 mArrayLength = (array == null) ? 0 : array.length; in TlvIterable()580 return mOffset < mArrayLength; in iterator()
45731 Landroid/net/wifi/aware/TlvBufferUtils$TlvConstructor;->mArrayLength:I45754 Landroid/net/wifi/aware/TlvBufferUtils$TlvIterable;->mArrayLength:I