Searched refs:nativeWriteBlob (Results 1 – 1 of 1) sorted by relevance
254 private static native void nativeWriteBlob(long nativePtr, byte[] b, int offset, int len); in nativeWriteBlob() method in Parcel502 nativeWriteBlob(mNativePtr, b, 0, (b != null) ? b.length : 0); in writeBlob()