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.java445 public static byte[] nativeMarshall(int nativePtr) { in nativeMarshall() method in ShadowParcel
446 return nativeMarshall((long) nativePtr); in nativeMarshall()
450 protected static byte[] nativeMarshall(long nativePtr) { in nativeMarshall() method in ShadowParcel