summaryrefslogtreecommitdiff
path: root/core/java/android/os/Message.java
AgeCommit message (Expand)Author
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-12-05Rename writeToProto to be dumpDebugJeffrey Huang
2019-03-15Add @UnsupportedAppUsage annotationsAndrei Onea
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2018-10-12LooperStats - track time to message dispatchMarcin Oczeretko
2018-10-10Merge "Fix incorrect javadoc links" am: 0d954557a1 am: cd1c75ae4cTor Norbye
2018-10-10Merge "Fix incorrect javadoc links" am: 0d954557a1Tor Norbye
2018-10-08Fix incorrect javadoc linksTor Norbye
2018-09-20Add work source uid collection to LooperStatsMarcin Oczeretko
2018-06-04docs: fixed typoJoshua Baxter
2017-12-05PooledLambdaEugene Susla
2017-02-23Protobufferize PowerManager dumpsysNetta P
2014-11-11Make Message.setAsynchronous() public.Jeff Brown
2014-10-07Put in real "code" (aka marketing) name.Dianne Hackborn
2014-09-05Fix issue #17391969: Only exception on Message.recycle() when target-sdk > 20Dianne Hackborn
2014-07-05am 3e5f0229: am 58005ec5: am 3b345a6f: Merge "Fix javadoc typo in Message.jav...Nick Kralevich
2014-06-28Add new sendingUid field to Message.Dianne Hackborn
2014-06-18Fix javadoc typo in Message.java: "arg1" -> "arg2"Denver Coneybeare
2014-03-03Detect invalid uses of Message.Jeff Brown
2013-10-15Log view root, input and looper state in bug reports.Jeff Brown
2012-05-06Increase the Message pool sizeRomain Guy
2012-04-02Allow fine-grained control over functors executionRomain Guy
2012-02-14Add a barrier mechanism to the MessageQueue.Jeff Brown
2011-06-10Always clear the Message when recycled.Jeff Brown
2011-01-25am 6af61b84: am a206efcf: Merge "android.os.Message: respect sPoolSize"Brad Fitzpatrick
2011-01-25android.os.Message: respect sPoolSizeBrad Fitzpatrick
2010-08-24Allow reliable detection of a message that is in use.Wink Saville
2010-08-23Revert "Allow reliable detection of a message that is in use."Jaikumar Ganesh
2010-08-21Allow reliable detection of a message that is in use.Wink Saville
2010-08-15Fix problems with determining when to kill apps for wake usage.Dianne Hackborn
2010-02-18Improve Service documentation with some samples.Dianne Hackborn
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project