summaryrefslogtreecommitdiffstats
path: root/core/java/com/android/internal/util/AsyncChannel.java
Commit message (Expand)AuthorAgeFilesLines
* Avoid NPE when sendMessage is called after disconnect.Paul Jensen2015-05-071-4/+4
* Support multiple calls to AsyncChannel.disconnectRobert Greenwalt2014-05-121-0/+3
* Merge "AsyncChannel to support remote death notification and post a disconnec...Irfan Sheriff2012-12-051-0/+37
|\
| * AsyncChannel to support remote death notification and post aVairavan Srinivasan2012-08-011-0/+37
* | When we disconnect shutdown the StateMachine.Wink Saville2012-05-291-0/+10
* | Fix calcuation of CMD_TO_STRING_COUNT.Wink Saville2012-04-181-1/+1
* | Enhance the debug output for StateMachines.Wink Saville2012-04-131-0/+18
|/
* Enhance AsyncChannel.Wink Saville2011-05-021-56/+153
* Remove the need for a token parameter from AsyncChannel.Wink Saville2010-12-011-51/+29
* Add html formatting to AsyncChannel & Hsm class comments.Wink Saville2010-11-151-36/+36
* Remove an @Override that is not needed.Wink Saville2010-10-281-1/+0
* Add AsyncChannel and AsyncService.Wink Saville2010-10-201-0/+778