Home
last modified time | relevance | path

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

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