Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowParcel.java456 public static void nativeUnmarshall(int nativePtr, byte[] data, int offset, int length) { in nativeUnmarshall() method in ShadowParcel
457 nativeUnmarshall((long) nativePtr, data, offset, length); in nativeUnmarshall()
462 protected static void nativeUnmarshall(long nativePtr, byte[] data, int offset, int length) { in nativeUnmarshall() method in ShadowParcel