Searched refs:writeByteArrayArray (Results 1 – 2 of 2) sorted by relevance
101 SafeParcelWriter.writeByteArrayArray(mParcel, TEST_ID, buffer, false); in testReadWriteByteArrayArray()118 SafeParcelWriter.writeByteArrayArray(mParcel, TEST_ID, null, true); in testReadWriteByteArrayArrayNull()129 SafeParcelWriter.writeByteArrayArray(mParcel, TEST_ID, null, false); in testReadWriteByteArrayArrayNullIgnore()
311 public static void writeByteArrayArray( in writeByteArrayArray() method in SafeParcelWriter