summaryrefslogtreecommitdiff
path: root/core/java/android/os/Parcel.java
AgeCommit message (Expand)Author
2021-05-25Revert "binder: race condition by parcel finalize"Steven Moreland
2021-05-19Parcel: document enforceInterfaceSteven Moreland
2021-02-03Merge "binder: race condition by parcel finalize" am: 52f933552a am: 5cb323c5...Steven Moreland
2021-02-03Merge "binder: race condition by parcel finalize"Steven Moreland
2021-01-28binder: race condition by parcel finalizeJintao Zhu
2020-12-17Make a copy of libcore.util.ArraysUtils in frameworkVictor Chang
2020-12-16Make a copy of libcore.util.ArraysUtils in frameworkVictor Chang
2020-11-11Merge "IBinder: support FLAG_CLEAR_BUF" am: 9910d9980e am: dcae11d0ef am: 951...Steven Moreland
2020-11-11Merge "IBinder: support FLAG_CLEAR_BUF"Steven Moreland
2020-11-04Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-29IBinder: support FLAG_CLEAR_BUFSteven Moreland
2020-10-29Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-28Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-20Apply fixes for EfficientCollections.Jeff Sharkey
2020-10-02Merge "Parcel interface token methods @NonNull." am: 403f00bfb8 am: f74b2d419...Treehugger Robot
2020-10-01Parcel interface token methods @NonNull.Steven Moreland
2020-09-11Remove advisory registerNativeAllocation().Jeff Sharkey
2020-08-25Hand-rolled linked list for Parcel performance.Jeff Sharkey
2020-07-01Revert "Throw an explicit exception if content provider process times out"Kholoud Mohamed
2020-06-26Throw an explicit exception if content provider process times outDmitri Plotnikov
2020-06-24Use @CriticalNative for writes in Parcel.Vladimir Marko
2020-04-30Merge "Update more Parcelables to send Strings UTF-8." into rvc-dev am: 1eb3f...Jeff Sharkey
2020-04-30Merge "Update more Parcelables to send Strings UTF-8." into rvc-dev am: 1eb3f...Jeff Sharkey
2020-04-29Update more Parcelables to send Strings UTF-8.Jeff Sharkey
2020-04-21Merge changes from topic "apr19" into rvc-dev am: b67e70aa40 am: ed91f7aabfJeff Sharkey
2020-04-21Merge changes from topic "apr19" into rvc-dev am: b67e70aa40Jeff Sharkey
2020-04-21Offer to write Strings through Parcels as UTF-8.Jeff Sharkey
2020-04-03Merge "Include exception as cause of BadParcelableException" am: 9b88b3732d a...Treehugger Robot
2020-04-02Include exception as cause of BadParcelableExceptionCharles Munger
2020-02-24Squash same ApplicationInfo's in ParcelMakoto Onuki
2020-01-13Use new UnsupportedAppUsage annotation.Artur Satayev
2020-01-08Propagate exception stacktrace via AndroidFuture IPCEugene Susla
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-12-16Expose @hide APIs needed by ParceledListSliceDavid Su
2019-11-19Add @UnsupportedAppUsage annotations for greylist.Artur Satayev
2019-11-08Add @UnsupportedAppUsage annotations for greylist.Artur Satayev
2019-11-08Add @UnsupportedAppUsage annotations for max-p.Artur Satayev
2019-10-07Mark common android.os.Parcel methods as FastNativeDaniel Colascione
2019-08-30Allow apps to collect which appops were notedPhilip P. Moltmann
2019-08-01Add @UnsupportedAppUsage annotations for max-p.Artur Satayev
2019-06-05Merge "Frameworks: Slightly refactor Parcel code" am: 9d519d808fAndreas Gampe
2019-05-30Frameworks: Slightly refactor Parcel codeAndreas Gampe
2019-05-28Fix StrictModeTest#testNonSdkApiUsageHoward Chen
2019-03-18Add @UnsupportedAppUsage annotationsAndrei Onea
2019-03-15Add @UnsupportedAppUsage annotationsAndrei Onea
2019-02-01Fix a bug with worksource propagation.Olivier Gaillard
2019-01-10Historical app ops.Svet Ganov
2018-12-11DO NOT MERGE - Merge pie-platform-release (PPRL.181205.001) into masterXin Li
2018-09-10Verify number of Map entries written to ParcelMichael Wachenschwanz