summaryrefslogtreecommitdiff
path: root/core/java/android/os/Parcel.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Verify number of Map entries written to ParcelMichael Wachenschwanz2018-08-241-1/+9
* | | Merge changes from topic "bionic_fdsan_java" am: bb352287c9 am: 1fad55e868 am...Josh Gao2018-07-201-14/+0
|\| |
| * | Merge changes from topic "bionic_fdsan_java"Josh Gao2018-07-201-14/+0
| |\ \
| | * | ParcelFileDescriptor: support bionic's fd ownership tracking.Josh Gao2018-07-201-14/+0
| | * | Remove unneeded JNI methodJohn Reck2018-07-161-2/+0
* | | | Get android.os tests running against real APIs.Jeff Sharkey2018-06-291-2/+0
* | | | Annotate Parcel param/return reference types.Jake Wharton2018-06-041-98/+146
* | | | Merge "Merge "Stop using Arrays.checkOffsetAndCount. am: 60f55a255f" into sta...Pete Gillin2018-05-161-3/+3
|\| | |
| * | | Merge "Stop using Arrays.checkOffsetAndCount. am: 60f55a255f" into stage-aosp...Pete Gillin2018-05-161-3/+3
| |\| | | | |/ | |/|
| | * Stop using Arrays.checkOffsetAndCount.Pete Gillin2018-05-101-3/+3
* | | Expose Parcel read/writeBoolean.Jake Wharton2018-04-261-2/+13
|/ /
* | Fix reading exception from ParcelTakamasa Kuramitsu2018-04-031-21/+21
* | Work on issue #74404949: Screen state usage APIDianne Hackborn2018-03-271-2/+2
* | Use the root case to set remote stack trace forFyodor Kupolov2017-11-271-1/+9
* | Use newline to separate stack trace linesFyodor Kupolov2017-11-211-1/+1
* | Provide remote stack trace informationFyodor Kupolov2017-11-141-13/+72
* | Remove unneeded JNI methodJohn Reck2017-11-061-2/+0
* | Notification: Fix PendingIntent whitelistingAdrian Roos2017-10-271-0/+16
* | Fixing method asymmetry in ParcelSunny Goyal2017-09-211-177/+14
* | New Autofill API: SaveRequest.getDatasetIds()Felipe Leme2017-09-011-3/+0
|/
* Reduce duplicate strings due to the package cache.Makoto Onuki2017-08-041-2/+73
* Improve docs about exceptions through Binder.Dianne Hackborn2017-08-011-0/+1
* Revert "Reduce duplicate strings due to the package cache."Makoto Onuki2017-08-011-64/+2
* Reduce duplicate strings due to the package cache.Makoto Onuki2017-07-281-2/+64
* Merge "Fix typo in Parcel javadoc." am: ed0e6009df am: d29e275b5b am: 4d4b9a2ac6Bin Chen2017-07-111-1/+1
|\
| * Merge "Fix typo in Parcel javadoc." am: ed0e6009df am: d29e275b5bBin Chen2017-07-111-1/+1
| |\
| | * Merge "Fix typo in Parcel javadoc."Bin Chen2017-07-111-1/+1
| | |\
| | | * Fix typo in Parcel javadoc.Bin Chen2017-07-111-1/+1
* | | | Parcel: Use @CriticalNative when possible.Makoto Onuki2017-06-281-12/+14
|/ / /
* | | Merge "DO NOT MERGE Revert "WTF Logging for catching memory issue in Parcel""...Michael Wachenschwanz2017-05-191-7/+1
|\| |
| * | Merge "DO NOT MERGE Revert "WTF Logging for catching memory issue in Parcel""...Michael Wachenschwanz2017-05-191-7/+1
| |\ \
| | * | DO NOT MERGE Revert "WTF Logging for catching memory issue in Parcel"Michael Wachenschwanz2017-05-181-7/+1
* | | | Merge "Don't allocate new array in Parcel#readByteArray"Jocelyn Dang2017-05-111-5/+3
|\ \ \ \ | |/ / / |/| | |