Searched refs:mArrayLength (Results 1 – 2 of 2) sorted by relevance
65 private int mArrayLength; field in TlvBufferUtils.TlvConstructor111 mArrayLength = (array == null) ? 0 : array.length; in wrap()125 mArrayLength = capacity; in allocate()335 if (mPosition + mTypeSize + mLengthSize + dataLength > mArrayLength) { in checkLength()341 if (mPosition + dataLength > mArrayLength) { in checkRawLength()482 private int mArrayLength; field in TlvBufferUtils.TlvIterable504 mArrayLength = (array == null) ? 0 : array.length; in TlvIterable()578 return mOffset < mArrayLength; in iterator()
231 Landroid/net/wifi/aware/TlvBufferUtils$TlvConstructor;->mArrayLength:I254 Landroid/net/wifi/aware/TlvBufferUtils$TlvIterable;->mArrayLength:I