Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowParcel.java466 public static byte[] nativeMarshall(int nativePtr) { in nativeMarshall() method in ShadowParcel
467 return nativeMarshall((long) nativePtr); in nativeMarshall()
471 protected static byte[] nativeMarshall(long nativePtr) { in nativeMarshall() method in ShadowParcel