Searched refs:actualLength (Results 1 – 2 of 2) sorted by relevance
135 int actualLength = parcel.dataPosition(); in unmarshal() local137 if (actualLength == 0) { in unmarshal()143 buffer.position(buffer.position() + actualLength); in unmarshal()146 Log.v(TAG, "unmarshal, parcel length was " + actualLength); in unmarshal()
2320 int actualLength = Array.getLength(array); in getArrayElementCheckRangeNonNull() local2321 if (actualLength != size) { in getArrayElementCheckRangeNonNull()2324 actualLength, size)); in getArrayElementCheckRangeNonNull()