Searched refs:nativeWriteBlob (Results 1 – 2 of 2) sorted by relevance
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowParcel.java | 241 nativeWriteBlob(nativePtr, b, offset, len); in writeBlob() 256 protected static void nativeWriteBlob(long nativePtr, byte[] b, int offset, int len) { in nativeWriteBlob() method in ShadowParcel
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowParcel.java | 393 nativeWriteBlob(nativePtr, b, offset, len); in writeBlob() 408 protected static void nativeWriteBlob(long nativePtr, byte[] b, int offset, int len) { in nativeWriteBlob() method in ShadowParcel
|