summaryrefslogtreecommitdiff
path: root/core/java/com/android/internal/util/StateMachine.java
Commit message (Expand)AuthorAgeFilesLines
* create library for mainline moduleWilliam Escande2021-09-061-3/+3
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-11-041-9/+10
* StateMachine: check for null curState in dump()David Su2020-07-101-2/+3
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-091-1/+1
* Catch ArrayIndexOutOfBoundsException in StateMachine.toString()Quang Luong2019-04-041-2/+1
* Add @UnsupportedAppUsage annotationsAndrei Onea2019-03-221-0/+11
* Add @UnsupportedAppUsage to methods known to be used by appsDavid Brazdil2019-01-281-0/+5
* Fix StateMachine init/quit race.Calvin On2017-11-021-1/+1
* StateMachine: make toString() tersermukesh agrawal2017-03-281-8/+9
* StateMachine: add getLogRecMaxSize()mukesh agrawal2017-02-231-1/+14
* Add removeState method to StateMachineHall Liu2016-11-231-0/+28
* Add Log.wtf when transitionTo is used improperlyMitchell Wills2016-08-291-0/+19
* Reenable the unit tests for StateMachineMitchell Wills2016-08-291-11/+11
* DO NOT MERGE StateMachine: remove final from SendMessageRebecca Silberstein2016-08-291-13/+13
* StateMachine: reset LogRecords.mOldestIndex in LogRecords.setSizeSamuel Tan2016-04-151-0/+4
* Don't call pre- and post-handlers for state machine initializationHall Liu2016-01-061-2/+2
* Null pointer fix for StateMachineBrad Ebinger2015-12-141-2/+8
* Add handler callbacks to StateMachineBrad Ebinger2015-12-071-0/+17
* Merge "Adding StateMachine.hasMessages(), StateMachine.hasDeferredMessages()"...Amit Mahajan2015-12-071-0/+27
|\
| * Adding StateMachine.hasMessages(), StateMachine.hasDeferredMessages()Amit Mahajan2015-11-181-0/+27
* | am 53b1884a: am 30aa53c7: am 92fb5342: am c07701f2: am 3e5b0118: Merge "Add S...Ajay Panicker2015-08-271-0/+15
|\|
| * Add StateMachine.removeDeferredMessages()Ajay Panicker2015-08-261-0/+15
* | Clean up javadoc in StateMachineKevin Cernekee2015-08-031-33/+33
|/
* StateMachine.dump produces no output sometimes.Wink Saville2015-01-131-9/+16
* Add dumpsys support for bluetoothMike Lockwood2014-10-281-5/+11
* Add mHasQuit to fix an NPE in StateMachine.Wink Saville2013-04-161-22/+28
* Add new StateMachine constructor with name and handler params.Wink Saville2013-03-171-0/+9
* Add all variations message parameters for send/obtain.Wink Saville2013-03-141-2/+101
* Add additional message methods.Wink Saville2013-03-111-0/+41
* Tweak logging and some code reformatting.Wink Saville2013-02-241-46/+85
* Fix record logging.Wink Saville2013-02-111-1/+1
* Cleanup StateMachine LogRec handling and get tests working.Wink Saville2013-01-301-146/+257
* Add protected log methods to StateMachineWink Saville2013-01-281-48/+69
* Fix NPE in StateMachineIrfan Sheriff2012-12-041-7/+10
* Support for dumping transition only messagesIrfan Sheriff2012-11-301-36/+76
* Enhance StateMachine Quitting and logging support.Wink Saville2012-05-291-147/+164
* Enhance the debug output for StateMachines.Wink Saville2012-04-131-41/+100
* Add SM_INIT_CMD.Wink Saville2012-03-261-34/+27
* Fix obvious typos under frameworks/base/coreKen Wakasa2012-03-091-1/+1
* Reduce likelihood of crash in state machine.Jaikumar Ganesh2011-12-071-5/+47
* Cleanup static references when quitting.Jaikumar Ganesh2011-11-281-10/+34
* Rewrote DnsPinger - now is async and concurrantIsaac Levy2011-08-041-0/+6
* Rename HierarchicalStateMachine and HierarchicalState to StateMachine and State.Wink Saville2011-04-181-0/+1515