summaryrefslogtreecommitdiff
path: root/core/java/android/os/Message.java
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Migrate unsafe parcel APIs in framework-minus-apex""Bernardo Rufino2022-01-191-1/+1
* Revert "Migrate unsafe parcel APIs in framework-minus-apex"Bernardo Rufino2022-01-121-1/+1
* Migrate unsafe parcel APIs in framework-minus-apexBernardo Rufino2021-12-151-1/+1
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Rename writeToProto to be dumpDebugJeffrey Huang2019-12-051-1/+1
* Add @UnsupportedAppUsage annotationsAndrei Onea2019-03-151-0/+10
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* LooperStats - track time to message dispatchMarcin Oczeretko2018-10-121-1/+9
* Merge "Fix incorrect javadoc links" am: 0d954557a1 am: cd1c75ae4cTor Norbye2018-10-101-1/+1
|\
| * Merge "Fix incorrect javadoc links" am: 0d954557a1Tor Norbye2018-10-101-1/+1
| |\
| | * Fix incorrect javadoc linksTor Norbye2018-10-081-1/+1
* | | Add work source uid collection to LooperStatsMarcin Oczeretko2018-09-201-3/+21
|/ /
* / docs: fixed typoJoshua Baxter2018-06-041-1/+1
|/
* PooledLambdaEugene Susla2017-12-051-1/+19
* Protobufferize PowerManager dumpsysNetta P2017-02-231-22/+55
* Make Message.setAsynchronous() public.Jeff Brown2014-11-111-18/+22
* Put in real "code" (aka marketing) name.Dianne Hackborn2014-10-071-1/+1
* Fix issue #17391969: Only exception on Message.recycle() when target-sdk > 20Dianne Hackborn2014-09-051-2/+14
* am 3e5f0229: am 58005ec5: am 3b345a6f: Merge "Fix javadoc typo in Message.jav...Nick Kralevich2014-07-051-1/+1
|\
| * Fix javadoc typo in Message.java: "arg1" -> "arg2"Denver Coneybeare2014-06-181-1/+1
* | Add new sendingUid field to Message.Dianne Hackborn2014-06-281-0/+12
* | Detect invalid uses of Message.Jeff Brown2014-03-031-20/+41
|/
* Log view root, input and looper state in bug reports.Jeff Brown2013-10-151-18/+30
* Increase the Message pool sizeRomain Guy2012-05-061-2/+2
* Allow fine-grained control over functors executionRomain Guy2012-04-021-10/+7
* Add a barrier mechanism to the MessageQueue.Jeff Brown2012-02-141-4/+46
* Always clear the Message when recycled.Jeff Brown2011-06-101-1/+2
* am 6af61b84: am a206efcf: Merge "android.os.Message: respect sPoolSize"Brad Fitzpatrick2011-01-251-12/+13
|\
| * android.os.Message: respect sPoolSizeBrad Fitzpatrick2011-01-251-13/+13
* | Allow reliable detection of a message that is in use.Wink Saville2010-08-241-2/+22
* | Revert "Allow reliable detection of a message that is in use."Jaikumar Ganesh2010-08-231-14/+1
* | Allow reliable detection of a message that is in use.Wink Saville2010-08-211-1/+14
|/
* Fix problems with determining when to kill apps for wake usage.Dianne Hackborn2010-08-151-1/+6
* Improve Service documentation with some samples.Dianne Hackborn2010-02-181-15/+61
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+405
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-405/+0
* Initial ContributionThe Android Open Source Project2008-10-211-0/+405