Home
last modified time | relevance | path

Searched refs:markBackgroundCompletionQueued (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
DActionServiceSystemTest.java128 request.markBackgroundCompletionQueued(); in testChatActionSucceeds()
178 request.markBackgroundCompletionQueued(); in testChatActionFails()
266 request.markBackgroundCompletionQueued(); in testChatActionUnregisterListener()
DActionTest.java155 mAction.markBackgroundCompletionQueued(); in testActionTransitionsEndToEndWithRequests()
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DBackgroundWorkerService.java149 action.markBackgroundCompletionQueued(); in doBackgroundWork()
163 action.markBackgroundCompletionQueued(); in doBackgroundWork()
DAction.java204 protected final void markBackgroundCompletionQueued() { in markBackgroundCompletionQueued() method in Action