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()
156 mHost.handleFailureFromBackgroundWorker(action, exception); in doBackgroundWork()
102 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
175 service.handleFailureFromBackgroundWorker(request, new Exception("It went wrong")); in testChatActionFails()