Home
last modified time | relevance | path

Searched refs:STATE_EXECUTING (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
DActionTest.java126 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()
DActionServiceTest.java125 ActionMonitor.STATE_EXECUTING); in testChatServiceCreatesIntentAndExecutesAction()
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DAction.java174 ActionMonitor.STATE_EXECUTING); in markBeginExecute()
183 ActionMonitor.setExecutedState(this, ActionMonitor.STATE_EXECUTING, in markEndExecute()
186 ActionMonitor.setCompleteState(this, ActionMonitor.STATE_EXECUTING, in markEndExecute()
DActionMonitor.java111 protected static final int STATE_EXECUTING = 3; // Action processing on datamodel thread field in ActionMonitor