Home
last modified time | relevance | path

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

/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
DActionServiceSystemTest.java125 request.markBackgroundWorkQueued(); in testChatActionSucceeds()
175 request.markBackgroundWorkQueued(); in testChatActionFails()
263 request.markBackgroundWorkQueued(); in testChatActionUnregisterListener()
DActionTest.java143 mAction.markBackgroundWorkQueued(); in testActionTransitionsEndToEndWithRequests()
208 mAction.markBackgroundWorkQueued(); in testActionTransitionsEndToEndFailsRequests()
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DBackgroundWorkerService.java160 action.markBackgroundWorkQueued(); in doBackgroundWork()
DAction.java213 protected final void markBackgroundWorkQueued() { in markBackgroundWorkQueued() method in Action