summaryrefslogtreecommitdiff
path: root/core/java/android/os/MessageQueue.java
Commit message (Expand)AuthorAgeFilesLines
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-2/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+2
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-2/+2
* Merge "Add method in Handler to remove messages with equal object" am: 36216f...Automerger Merge Worker2020-03-171-0/+119
|\
| * Merge "Add method in Handler to remove messages with equal object" am: 36216f...Automerger Merge Worker2020-03-171-0/+119
| |\
| | * Add method in Handler to remove messages with equal objectfengjinlan2020-03-171-0/+119
| | * Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-131-2/+1
| | * Add @UnsupportedAppUsage to test apis that are known to be used by apps.Artur Satayev2019-11-131-0/+2
* | | Check the isInUse with the lock held in MessageQueueJing Ji2020-03-041-3/+4
|/ /
* | Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-2/+1
* | Rename writeToProto to be dumpDebugJeffrey Huang2019-12-051-2/+2
* | Add @UnsupportedAppUsage to test apis that are known to be used by apps.Artur Satayev2019-11-131-0/+2
|/
* Add @UnsupportedAppUsage annotationsAndrei Onea2019-03-151-0/+10
* Get android.os tests running against real APIs.Jeff Sharkey2018-06-291-0/+3
* Merge "MessageQueue: explicitly remove FD event listeners." am: b43daf5f7bDavid Pursell2018-03-281-0/+1
|\
| * MessageQueue: explicitly remove FD event listeners.David Pursell2018-03-051-0/+1
* | Add more IntDef prefixes for auto-documenting.Jeff Sharkey2017-12-131-1/+5
|/
* Work on issue #36891897: Need to ensure foreground services...Dianne Hackborn2017-06-141-2/+21
* Protobufferize PowerManager dumpsysNetta P2017-02-231-1/+15
* Rename file descriptor listener API.Jeff Brown2015-05-151-60/+55
* Add support for non-blocking I/O with Looper.Jeff Brown2015-03-111-6/+253
* Move sync barrier methods into MessageQueue.Jeff Brown2015-03-111-2/+39
* Rename Looper::isIdling() to isPolling() to resolve confusion.Jeff Brown2015-03-111-46/+73
* Detect invalid uses of Message.Jeff Brown2014-03-031-17/+18
* Track AArch64 changes from AOSP.Narayan Kamath2014-01-161-1/+1
* am 275586aa: am 7471dfc4: am 42defa02: am faa62aac: am 84ee7930: Merge "AArch...Narayan Kamath2014-01-161-6/+6
|\
| * AArch64: Use long for pointers in android/os/MessageQueueAshok Bhat2014-01-101-6/+6
* | am 83bf4404: am 3e3296e5: am 82f31701: Merge "Log view root, input and looper...Jeff Brown2013-10-171-3/+22
|\|
| * Log view root, input and looper state in bug reports.Jeff Brown2013-10-151-3/+22
* | Fix crash when Looper used after quit.Jeff Brown2013-09-091-3/+9
|/
* Fix native crash when message queue quits.Jeff Brown2013-09-061-16/+31
* Cleanup some of the thread merging.Dianne Hackborn2013-05-071-0/+5
* Fix change of behavior in Looper.quit().Jeff Brown2013-04-181-1/+45
* Ensure looper quits after all other messages are handled.Jeff Brown2013-04-111-5/+6
* Make MessageQueue and Looper final.Jeff Brown2013-04-011-13/+13
* Optimize Looper JNI code.Jeff Brown2013-01-281-6/+14
* Prevent WebView from crashing when detached from the windowRomain Guy2012-04-231-0/+17
* Improve MessageQueue sync barrier implementation.Jeff Brown2012-02-161-115/+149
* Add a barrier mechanism to the MessageQueue.Jeff Brown2012-02-141-14/+90
* Remove the deprecated things from Config.java. These haven't been working sin...Joe Onorato2011-04-071-2/+1
* am 22cb4ef8: am d577cfd7: Merge "Switch Looper back to using poll() instead o...Jeff Brown2010-10-101-5/+16
|\
| * Switch Looper back to using poll() instead of epoll().Jeff Brown2010-10-071-5/+16
* | resolved conflicts for merge of aa522ac8 to masterJeff Brown2010-09-211-70/+55
|\|
| * Simplify and optimize MessageQueue loop.Jeff Brown2010-09-211-69/+54
* | am 0f0541e4: am b88102f5: Input dispatcher ANR handling enhancements.Jeff Brown2010-09-121-1/+1
|\|
| * Input dispatcher ANR handling enhancements.Jeff Brown2010-09-121-1/+1
* | Allow reliable detection of a message that is in use.Wink Saville2010-08-241-1/+2
* | Revert "Allow reliable detection of a message that is in use."Jaikumar Ganesh2010-08-231-2/+1
* | Allow reliable detection of a message that is in use.Wink Saville2010-08-211-1/+2
|/
* More native input event dispatching.Jeff Brown2010-06-211-7/+0