Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DAction.java226 ActionMonitor.STATE_PROCESSING_BACKGROUND_RESPONSE); in processBackgroundWorkResponse()
229 ActionMonitor.STATE_PROCESSING_BACKGROUND_RESPONSE, result, true); in processBackgroundWorkResponse()
DActionMonitor.java117 protected static final int STATE_PROCESSING_BACKGROUND_RESPONSE = 7; field in ActionMonitor
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
DActionTest.java167 ActionMonitor.STATE_PROCESSING_BACKGROUND_RESPONSE); in testActionTransitionsEndToEndWithRequests()
169 verifyState(9, ActionMonitor.STATE_PROCESSING_BACKGROUND_RESPONSE, in testActionTransitionsEndToEndWithRequests()