index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
com
/
android
/
internal
/
util
/
StateMachine.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
create library for mainline module
William Escande
2021-09-06
1
-3
/
+3
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-11-04
1
-9
/
+10
*
StateMachine: check for null curState in dump()
David Su
2020-07-10
1
-2
/
+3
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2020-01-09
1
-1
/
+1
*
Catch ArrayIndexOutOfBoundsException in StateMachine.toString()
Quang Luong
2019-04-04
1
-2
/
+1
*
Add @UnsupportedAppUsage annotations
Andrei Onea
2019-03-22
1
-0
/
+11
*
Add @UnsupportedAppUsage to methods known to be used by apps
David Brazdil
2019-01-28
1
-0
/
+5
*
Fix StateMachine init/quit race.
Calvin On
2017-11-02
1
-1
/
+1
*
StateMachine: make toString() terser
mukesh agrawal
2017-03-28
1
-8
/
+9
*
StateMachine: add getLogRecMaxSize()
mukesh agrawal
2017-02-23
1
-1
/
+14
*
Add removeState method to StateMachine
Hall Liu
2016-11-23
1
-0
/
+28
*
Add Log.wtf when transitionTo is used improperly
Mitchell Wills
2016-08-29
1
-0
/
+19
*
Reenable the unit tests for StateMachine
Mitchell Wills
2016-08-29
1
-11
/
+11
*
DO NOT MERGE StateMachine: remove final from SendMessage
Rebecca Silberstein
2016-08-29
1
-13
/
+13
*
StateMachine: reset LogRecords.mOldestIndex in LogRecords.setSize
Samuel Tan
2016-04-15
1
-0
/
+4
*
Don't call pre- and post-handlers for state machine initialization
Hall Liu
2016-01-06
1
-2
/
+2
*
Null pointer fix for StateMachine
Brad Ebinger
2015-12-14
1
-2
/
+8
*
Add handler callbacks to StateMachine
Brad Ebinger
2015-12-07
1
-0
/
+17
*
Merge "Adding StateMachine.hasMessages(), StateMachine.hasDeferredMessages()"...
Amit Mahajan
2015-12-07
1
-0
/
+27
|
\
|
*
Adding StateMachine.hasMessages(), StateMachine.hasDeferredMessages()
Amit Mahajan
2015-11-18
1
-0
/
+27
*
|
am 53b1884a: am 30aa53c7: am 92fb5342: am c07701f2: am 3e5b0118: Merge "Add S...
Ajay Panicker
2015-08-27
1
-0
/
+15
|
\
|
|
*
Add StateMachine.removeDeferredMessages()
Ajay Panicker
2015-08-26
1
-0
/
+15
*
|
Clean up javadoc in StateMachine
Kevin Cernekee
2015-08-03
1
-33
/
+33
|
/
*
StateMachine.dump produces no output sometimes.
Wink Saville
2015-01-13
1
-9
/
+16
*
Add dumpsys support for bluetooth
Mike Lockwood
2014-10-28
1
-5
/
+11
*
Add mHasQuit to fix an NPE in StateMachine.
Wink Saville
2013-04-16
1
-22
/
+28
*
Add new StateMachine constructor with name and handler params.
Wink Saville
2013-03-17
1
-0
/
+9
*
Add all variations message parameters for send/obtain.
Wink Saville
2013-03-14
1
-2
/
+101
*
Add additional message methods.
Wink Saville
2013-03-11
1
-0
/
+41
*
Tweak logging and some code reformatting.
Wink Saville
2013-02-24
1
-46
/
+85
*
Fix record logging.
Wink Saville
2013-02-11
1
-1
/
+1
*
Cleanup StateMachine LogRec handling and get tests working.
Wink Saville
2013-01-30
1
-146
/
+257
*
Add protected log methods to StateMachine
Wink Saville
2013-01-28
1
-48
/
+69
*
Fix NPE in StateMachine
Irfan Sheriff
2012-12-04
1
-7
/
+10
*
Support for dumping transition only messages
Irfan Sheriff
2012-11-30
1
-36
/
+76
*
Enhance StateMachine Quitting and logging support.
Wink Saville
2012-05-29
1
-147
/
+164
*
Enhance the debug output for StateMachines.
Wink Saville
2012-04-13
1
-41
/
+100
*
Add SM_INIT_CMD.
Wink Saville
2012-03-26
1
-34
/
+27
*
Fix obvious typos under frameworks/base/core
Ken Wakasa
2012-03-09
1
-1
/
+1
*
Reduce likelihood of crash in state machine.
Jaikumar Ganesh
2011-12-07
1
-5
/
+47
*
Cleanup static references when quitting.
Jaikumar Ganesh
2011-11-28
1
-10
/
+34
*
Rewrote DnsPinger - now is async and concurrant
Isaac Levy
2011-08-04
1
-0
/
+6
*
Rename HierarchicalStateMachine and HierarchicalState to StateMachine and State.
Wink Saville
2011-04-18
1
-0
/
+1515