Home
last modified time | relevance | path

Searched refs:handleFailureFromBackgroundWorker (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DActionService.java59 protected void handleFailureFromBackgroundWorker(final Action action, in handleFailureFromBackgroundWorker() method in ActionService
61 ActionServiceImpl.handleFailureFromBackgroundWorker(action, exception); in handleFailureFromBackgroundWorker()
H A DBackgroundWorkerService.java156 mHost.handleFailureFromBackgroundWorker(action, exception); in doBackgroundWork()
H A DActionServiceImpl.java101 protected static void handleFailureFromBackgroundWorker(final Action action, in handleFailureFromBackgroundWorker() method in ActionServiceImpl
/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
H A DActionTestHelpers.java167 protected void handleFailureFromBackgroundWorker(final Action request, in handleFailureFromBackgroundWorker() method in ActionTestHelpers.StubActionService
H A DActionServiceSystemTest.java174 service.handleFailureFromBackgroundWorker(request, new Exception("It went wrong")); in testChatActionFails()