Searched refs:handleFailureFromBackgroundWorker (Results 1 – 5 of 5) sorted by relevance
59 protected void handleFailureFromBackgroundWorker(final Action action, in handleFailureFromBackgroundWorker() method in ActionService61 ActionServiceImpl.handleFailureFromBackgroundWorker(action, exception); in handleFailureFromBackgroundWorker()
164 mHost.handleFailureFromBackgroundWorker(action, exception); in doBackgroundWork()
96 protected static void handleFailureFromBackgroundWorker(final Action action, in handleFailureFromBackgroundWorker() method in ActionServiceImpl
169 protected void handleFailureFromBackgroundWorker(final Action request, in handleFailureFromBackgroundWorker() method in ActionTestHelpers.StubActionService
179 service.handleFailureFromBackgroundWorker(request, new Exception("It went wrong")); in testChatActionFails()