Searched defs:ActionService (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DActionService.java24 * Class providing interface for the ActionService - can be stubbed for testing
26 public class ActionService { class
34 * Start an action by posting it over the the ActionService
41 * Schedule a delayed action by posting it over the the ActionService
49 * Process a response from the BackgroundWorker in the ActionService
57 * Process a failure from the BackgroundWorker in the ActionService
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/
H A DFakeDataModel.java24 import com.android.messaging.datamodel.action.ActionService;
55 private ActionService mActionService;
85 public FakeDataModel withActionService(final ActionService ActionService) { argument
86 mActionService = ActionService;
218 public ActionService getActionService() {

Completed in 319 milliseconds