Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DAction.java207 ActionMonitor.STATE_BACKGROUND_COMPLETION_QUEUED); in markBackgroundCompletionQueued()
225 ActionMonitor.STATE_BACKGROUND_COMPLETION_QUEUED, in processBackgroundWorkResponse()
DActionMonitor.java116 protected static final int STATE_BACKGROUND_COMPLETION_QUEUED = 6; field in ActionMonitor
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
DActionTest.java158 ActionMonitor.STATE_BACKGROUND_COMPLETION_QUEUED); in testActionTransitionsEndToEndWithRequests()
166 verifyTransition(7, ActionMonitor.STATE_BACKGROUND_COMPLETION_QUEUED, in testActionTransitionsEndToEndWithRequests()