summaryrefslogtreecommitdiff
path: root/core/java/android/os/Parcel.java
Commit message (Expand)AuthorAgeFilesLines
* Revert "binder: race condition by parcel finalize"Steven Moreland2021-05-251-5/+0
* Parcel: document enforceInterfaceSteven Moreland2021-05-191-2/+9
* Merge "binder: race condition by parcel finalize" am: 52f933552a am: 5cb323c5...Steven Moreland2021-02-031-0/+5
|\
| * Merge "binder: race condition by parcel finalize"Steven Moreland2021-02-031-0/+5
| |\
| | * binder: race condition by parcel finalizeJintao Zhu2021-01-281-0/+5
| * | Make a copy of libcore.util.ArraysUtils in frameworkVictor Chang2020-12-171-1/+2
| |/
* | Make a copy of libcore.util.ArraysUtils in frameworkVictor Chang2020-12-161-1/+1
* | Merge "IBinder: support FLAG_CLEAR_BUF" am: 9910d9980e am: dcae11d0ef am: 951...Steven Moreland2020-11-111-0/+10
|\|
| * Merge "IBinder: support FLAG_CLEAR_BUF"Steven Moreland2020-11-111-0/+10
| |\
| | * IBinder: support FLAG_CLEAR_BUFSteven Moreland2020-10-291-0/+10
| * | Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-11-041-7/+7
| |/
* | Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-7/+7
* | Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-7/+7
* | Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-7/+7
* | Apply fixes for EfficientCollections.Jeff Sharkey2020-10-201-3/+7
* | Merge "Parcel interface token methods @NonNull." am: 403f00bfb8 am: f74b2d419...Treehugger Robot2020-10-021-2/+2
|\|
| * Parcel interface token methods @NonNull.Steven Moreland2020-10-011-2/+2
| * Merge "Update more Parcelables to send Strings UTF-8." into rvc-dev am: 1eb3f...Jeff Sharkey2020-04-301-19/+62
| |\
| * \ Merge changes from topic "apr19" into rvc-dev am: b67e70aa40Jeff Sharkey2020-04-211-12/+63
| |\ \
* | | | Remove advisory registerNativeAllocation().Jeff Sharkey2020-09-111-29/+10
* | | | Hand-rolled linked list for Parcel performance.Jeff Sharkey2020-08-251-41/+77
* | | | Revert "Throw an explicit exception if content provider process times out"Kholoud Mohamed2020-07-011-7/+0
* | | | Throw an explicit exception if content provider process times outDmitri Plotnikov2020-06-261-0/+7
* | | | Use @CriticalNative for writes in Parcel.Vladimir Marko2020-06-241-12/+30
* | | | Merge "Update more Parcelables to send Strings UTF-8." into rvc-dev am: 1eb3f...Jeff Sharkey2020-04-301-19/+62
|\ \ \ \ | | |_|/ | |/| |
| * | | Update more Parcelables to send Strings UTF-8.Jeff Sharkey2020-04-291-19/+62
| | |/ | |/|
* | | Merge changes from topic "apr19" into rvc-dev am: b67e70aa40 am: ed91f7aabfJeff Sharkey2020-04-211-12/+63
|\| | | |/ |/|
| * Offer to write Strings through Parcels as UTF-8.Jeff Sharkey2020-04-211-12/+63
* | Merge "Include exception as cause of BadParcelableException" am: 9b88b3732d a...Treehugger Robot2020-04-031-3/+3
|\ \ | |/ |/|
| * Include exception as cause of BadParcelableExceptionCharles Munger2020-04-021-3/+3
| * Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-131-1/+1
| * Add @UnsupportedAppUsage annotations for greylist.Artur Satayev2019-11-081-0/+5
| * Add @UnsupportedAppUsage annotations for max-p.Artur Satayev2019-11-081-0/+1
* | Squash same ApplicationInfo's in ParcelMakoto Onuki2020-02-241-1/+176
* | Propagate exception stacktrace via AndroidFuture IPCEugene Susla2020-01-081-47/+59
* | Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* | Expose @hide APIs needed by ParceledListSliceDavid Su2019-12-161-4/+19
* | Add @UnsupportedAppUsage annotations for greylist.Artur Satayev2019-11-191-0/+5
* | Mark common android.os.Parcel methods as FastNativeDaniel Colascione2019-10-071-0/+6
* | Allow apps to collect which appops were notedPhilip P. Moltmann2019-08-301-4/+17
* | Add @UnsupportedAppUsage annotations for max-p.Artur Satayev2019-08-011-0/+1
|/
* Merge "Frameworks: Slightly refactor Parcel code" am: 9d519d808fAndreas Gampe2019-06-051-51/+53
|\
| * Frameworks: Slightly refactor Parcel codeAndreas Gampe2019-05-301-51/+53
| * Add @UnsupportedAppUsage annotationsAndrei Onea2019-03-181-0/+20
| * DO NOT MERGE - Merge pie-platform-release (PPRL.181205.001) into masterXin Li2018-12-111-1/+9
| |\
| | * Verify number of Map entries written to ParcelMichael Wachenschwanz2018-09-101-1/+9
* | | Fix StrictModeTest#testNonSdkApiUsageHoward Chen2019-05-281-0/+2
* | | Add @UnsupportedAppUsage annotationsAndrei Onea2019-03-151-0/+18
* | | Fix a bug with worksource propagation.Olivier Gaillard2019-02-011-0/+35
* | | Historical app ops.Svet Ganov2019-01-101-2/+113