Home
last modified time | relevance | path

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

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