Searched refs:STATE_EXECUTING (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/ |
D | ActionTest.java | 126 verifyState(2, ActionMonitor.STATE_QUEUED, ActionMonitor.STATE_EXECUTING); in testActionTransitionsEndToEndWithRequests() 135 verifyState(3, ActionMonitor.STATE_EXECUTING, in testActionTransitionsEndToEndWithRequests() 191 verifyState(2, ActionMonitor.STATE_QUEUED, ActionMonitor.STATE_EXECUTING); in testActionTransitionsEndToEndFailsRequests() 200 verifyState(3, ActionMonitor.STATE_EXECUTING, in testActionTransitionsEndToEndFailsRequests() 246 verifyState(2, ActionMonitor.STATE_QUEUED, ActionMonitor.STATE_EXECUTING); in testActionTransitionsEndToEndNoRequests() 258 verifyState(3, ActionMonitor.STATE_EXECUTING, in testActionTransitionsEndToEndNoRequests()
|
D | ActionServiceTest.java | 113 ActionMonitor.STATE_EXECUTING); in testChatServiceCreatesIntentAndExecutesAction()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
D | Action.java | 174 ActionMonitor.STATE_EXECUTING); in markBeginExecute() 183 ActionMonitor.setExecutedState(this, ActionMonitor.STATE_EXECUTING, in markEndExecute() 186 ActionMonitor.setCompleteState(this, ActionMonitor.STATE_EXECUTING, in markEndExecute()
|
D | ActionMonitor.java | 111 protected static final int STATE_EXECUTING = 3; // Action processing on datamodel thread field in ActionMonitor
|