Searched refs:STATE_BACKGROUND_ACTIONS_QUEUED (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/ |
D | ActionTest.java | 137 ActionMonitor.STATE_BACKGROUND_ACTIONS_QUEUED); in testActionTransitionsEndToEndWithRequests() 141 verifyState(4, ActionMonitor.STATE_BACKGROUND_ACTIONS_QUEUED, in testActionTransitionsEndToEndWithRequests() 147 ActionMonitor.STATE_BACKGROUND_ACTIONS_QUEUED); in testActionTransitionsEndToEndWithRequests() 151 verifyState(6, ActionMonitor.STATE_BACKGROUND_ACTIONS_QUEUED, in testActionTransitionsEndToEndWithRequests() 202 ActionMonitor.STATE_BACKGROUND_ACTIONS_QUEUED); in testActionTransitionsEndToEndFailsRequests() 206 verifyState(4, ActionMonitor.STATE_BACKGROUND_ACTIONS_QUEUED, in testActionTransitionsEndToEndFailsRequests() 212 ActionMonitor.STATE_BACKGROUND_ACTIONS_QUEUED); in testActionTransitionsEndToEndFailsRequests() 216 verifyState(6, ActionMonitor.STATE_BACKGROUND_ACTIONS_QUEUED, in testActionTransitionsEndToEndFailsRequests()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
D | Action.java | 196 ActionMonitor.STATE_BACKGROUND_ACTIONS_QUEUED, in markBackgroundWorkStarting() 216 ActionMonitor.STATE_BACKGROUND_ACTIONS_QUEUED); in markBackgroundWorkQueued()
|
D | ActionMonitor.java | 112 protected static final int STATE_BACKGROUND_ACTIONS_QUEUED = 4; field in ActionMonitor 369 setState(action, expectedOldState, STATE_BACKGROUND_ACTIONS_QUEUED); in executed()
|