Searched refs:writeLongObject (Results 1 – 2 of 2) sorted by relevance
266 SafeParcelWriter.writeLongObject(mParcel, TEST_ID, val, false); in testReadWriteLongObject()277 SafeParcelWriter.writeLongObject(mParcel, TEST_ID, null, true); in testReadWriteLongObjectNull()288 SafeParcelWriter.writeLongObject(mParcel, TEST_ID, null, false); in testReadWriteLongObjectNullIgnore()
154 public static void writeLongObject( in writeLongObject() method in SafeParcelWriter