Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowParcel.java489 …public static void nativeAppendFrom(int thisNativePtr, int otherNativePtr, int offset, int length)… in nativeAppendFrom() method in ShadowParcel
490 nativeAppendFrom((long) thisNativePtr, otherNativePtr, offset, length); in nativeAppendFrom()
495 protected static void nativeAppendFrom( in nativeAppendFrom() method in ShadowParcel
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowParcel.java620 public static void nativeAppendFrom( in nativeAppendFrom() method in ShadowParcel
622 nativeAppendFrom((long) thisNativePtr, otherNativePtr, offset, length); in nativeAppendFrom()
627 protected static void nativeAppendFrom( in nativeAppendFrom() method in ShadowParcel