index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
os
/
Message.java
Age
Commit message (
Expand
)
Author
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-05
Rename writeToProto to be dumpDebug
Jeffrey Huang
2019-03-15
Add @UnsupportedAppUsage annotations
Andrei Onea
2019-02-28
All Parcelable CREATOR fields are @NonNull.
Jeff Sharkey
2018-10-12
LooperStats - track time to message dispatch
Marcin Oczeretko
2018-10-10
Merge "Fix incorrect javadoc links" am: 0d954557a1 am: cd1c75ae4c
Tor Norbye
2018-10-10
Merge "Fix incorrect javadoc links" am: 0d954557a1
Tor Norbye
2018-10-08
Fix incorrect javadoc links
Tor Norbye
2018-09-20
Add work source uid collection to LooperStats
Marcin Oczeretko
2018-06-04
docs: fixed typo
Joshua Baxter
2017-12-05
PooledLambda
Eugene Susla
2017-02-23
Protobufferize PowerManager dumpsys
Netta P
2014-11-11
Make Message.setAsynchronous() public.
Jeff Brown
2014-10-07
Put in real "code" (aka marketing) name.
Dianne Hackborn
2014-09-05
Fix issue #17391969: Only exception on Message.recycle() when target-sdk > 20
Dianne Hackborn
2014-07-05
am 3e5f0229: am 58005ec5: am 3b345a6f: Merge "Fix javadoc typo in Message.jav...
Nick Kralevich
2014-06-28
Add new sendingUid field to Message.
Dianne Hackborn
2014-06-18
Fix javadoc typo in Message.java: "arg1" -> "arg2"
Denver Coneybeare
2014-03-03
Detect invalid uses of Message.
Jeff Brown
2013-10-15
Log view root, input and looper state in bug reports.
Jeff Brown
2012-05-06
Increase the Message pool size
Romain Guy
2012-04-02
Allow fine-grained control over functors execution
Romain Guy
2012-02-14
Add a barrier mechanism to the MessageQueue.
Jeff Brown
2011-06-10
Always clear the Message when recycled.
Jeff Brown
2011-01-25
am 6af61b84: am a206efcf: Merge "android.os.Message: respect sPoolSize"
Brad Fitzpatrick
2011-01-25
android.os.Message: respect sPoolSize
Brad Fitzpatrick
2010-08-24
Allow reliable detection of a message that is in use.
Wink Saville
2010-08-23
Revert "Allow reliable detection of a message that is in use."
Jaikumar Ganesh
2010-08-21
Allow reliable detection of a message that is in use.
Wink Saville
2010-08-15
Fix problems with determining when to kill apps for wake usage.
Dianne Hackborn
2010-02-18
Improve Service documentation with some samples.
Dianne Hackborn
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project