Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowParcel.java477 ByteBuffer otherByteBuffer = NATIVE_PTR_TO_PARCEL.get(otherNativePtr); in nativeAppendFrom() local
478 thisByteBuffer.appendFrom(otherByteBuffer, offset, length); in nativeAppendFrom()