Searched refs:nativeWriteByteArray (Results 1 – 2 of 2) sorted by relevance
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowParcel.java | 139 nativeWriteByteArray(nativePtr.longValue(), b, offset, len); in writeByteArray() 222 public static void nativeWriteByteArray(int nativePtr, byte[] b, int offset, int len) { in nativeWriteByteArray() method in ShadowParcel 223 nativeWriteByteArray((long) nativePtr, b, offset, len); in nativeWriteByteArray() 227 protected static void nativeWriteByteArray(long nativePtr, byte[] b, int offset, int len) { in nativeWriteByteArray() method in ShadowParcel 257 nativeWriteByteArray(nativePtr, b, offset, len); in nativeWriteBlob()
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowParcel.java | 291 nativeWriteByteArray(nativePtr.longValue(), b, offset, len); in writeByteArray() 374 public static void nativeWriteByteArray(int nativePtr, byte[] b, int offset, int len) { in nativeWriteByteArray() method in ShadowParcel 375 nativeWriteByteArray((long) nativePtr, b, offset, len); in nativeWriteByteArray() 379 protected static void nativeWriteByteArray(long nativePtr, byte[] b, int offset, int len) { in nativeWriteByteArray() method in ShadowParcel 409 nativeWriteByteArray(nativePtr, b, offset, len); in nativeWriteBlob()
|