Home
last modified time | relevance | path

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

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