Searched refs:nativeUnmarshall (Results 1 – 2 of 2) sorted by relevance
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowParcel.java | 477 public static void nativeUnmarshall(int nativePtr, byte[] data, int offset, int length) { in nativeUnmarshall() method in ShadowParcel 478 nativeUnmarshall((long) nativePtr, data, offset, length); in nativeUnmarshall() 483 protected static void nativeUnmarshall(long nativePtr, byte[] data, int offset, int length) { in nativeUnmarshall() method in ShadowParcel
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowParcel.java | 608 public static void nativeUnmarshall(int nativePtr, byte[] data, int offset, int length) { in nativeUnmarshall() method in ShadowParcel 609 nativeUnmarshall((long) nativePtr, data, offset, length); in nativeUnmarshall() 614 protected static void nativeUnmarshall(long nativePtr, byte[] data, int offset, int length) { in nativeUnmarshall() method in ShadowParcel
|