Home | History | Annotate | Download | only in action

Lines Matching defs:verifyState

58     private void verifyState(final int count, final int from, final int to) {
83 verifyState(1, ActionMonitor.STATE_CREATED, ActionMonitor.STATE_QUEUED);
122 verifyState(1, ActionMonitor.STATE_CREATED, ActionMonitor.STATE_QUEUED);
126 verifyState(2, ActionMonitor.STATE_QUEUED, ActionMonitor.STATE_EXECUTING);
135 verifyState(3, ActionMonitor.STATE_EXECUTING,
140 verifyState(4, ActionMonitor.STATE_BACKGROUND_ACTIONS_QUEUED,
145 verifyState(5, ActionMonitor.STATE_EXECUTING_BACKGROUND_ACTION,
150 verifyState(6, ActionMonitor.STATE_BACKGROUND_ACTIONS_QUEUED,
157 verifyState(7, ActionMonitor.STATE_EXECUTING_BACKGROUND_ACTION,
169 verifyState(9, ActionMonitor.STATE_PROCESSING_BACKGROUND_RESPONSE,
187 verifyState(1, ActionMonitor.STATE_CREATED, ActionMonitor.STATE_QUEUED);
191 verifyState(2, ActionMonitor.STATE_QUEUED, ActionMonitor.STATE_EXECUTING);
200 verifyState(3, ActionMonitor.STATE_EXECUTING,
205 verifyState(4, ActionMonitor.STATE_BACKGROUND_ACTIONS_QUEUED,
210 verifyState(5, ActionMonitor.STATE_EXECUTING_BACKGROUND_ACTION,
215 verifyState(6, ActionMonitor.STATE_BACKGROUND_ACTIONS_QUEUED,
224 verifyState(7, ActionMonitor.STATE_EXECUTING_BACKGROUND_ACTION,
242 verifyState(1, ActionMonitor.STATE_CREATED, ActionMonitor.STATE_QUEUED);
246 verifyState(2, ActionMonitor.STATE_QUEUED, ActionMonitor.STATE_EXECUTING);
258 verifyState(3, ActionMonitor.STATE_EXECUTING,