Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowParcel.java240 nativeWriteBlob(nativePtr, b, offset, len); in writeBlob()
255 protected static void nativeWriteBlob(long nativePtr, byte[] b, int offset, int len) { in nativeWriteBlob() method in ShadowParcel