Home
last modified time | relevance | path

Searched refs:STATE_BACKGROUND_ACTIONS_QUEUED (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
DActionTest.java136 ActionMonitor.STATE_BACKGROUND_ACTIONS_QUEUED); in testActionTransitionsEndToEndWithRequests()
140 verifyState(4, ActionMonitor.STATE_BACKGROUND_ACTIONS_QUEUED, in testActionTransitionsEndToEndWithRequests()
146 ActionMonitor.STATE_BACKGROUND_ACTIONS_QUEUED); in testActionTransitionsEndToEndWithRequests()
150 verifyState(6, ActionMonitor.STATE_BACKGROUND_ACTIONS_QUEUED, in testActionTransitionsEndToEndWithRequests()
201 ActionMonitor.STATE_BACKGROUND_ACTIONS_QUEUED); in testActionTransitionsEndToEndFailsRequests()
205 verifyState(4, ActionMonitor.STATE_BACKGROUND_ACTIONS_QUEUED, in testActionTransitionsEndToEndFailsRequests()
211 ActionMonitor.STATE_BACKGROUND_ACTIONS_QUEUED); in testActionTransitionsEndToEndFailsRequests()
215 verifyState(6, ActionMonitor.STATE_BACKGROUND_ACTIONS_QUEUED, in testActionTransitionsEndToEndFailsRequests()
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DAction.java196 ActionMonitor.STATE_BACKGROUND_ACTIONS_QUEUED, in markBackgroundWorkStarting()
216 ActionMonitor.STATE_BACKGROUND_ACTIONS_QUEUED); in markBackgroundWorkQueued()
DActionMonitor.java112 protected static final int STATE_BACKGROUND_ACTIONS_QUEUED = 4; field in ActionMonitor
369 setState(action, expectedOldState, STATE_BACKGROUND_ACTIONS_QUEUED); in executed()