HomeSort by relevance Sort by last modified time
    Searched defs:ActionServiceImpl (Results 1 - 2 of 2) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
ActionService.java 29 return ActionServiceImpl.makeStartActionPendingIntent(context, action, requestCode,
37 ActionServiceImpl.startAction(action);
45 ActionServiceImpl.scheduleAction(action, code, delayMs);
53 ActionServiceImpl.handleResponseFromBackgroundWorker(action, response);
61 ActionServiceImpl.handleFailureFromBackgroundWorker(action, exception);
ActionServiceImpl.java 38 public class ActionServiceImpl extends IntentService {
42 public ActionServiceImpl() {
137 ActionServiceImpl.class);
181 ActionServiceImpl.startServiceWithIntent(intent);
233 intent.setClass(context, ActionServiceImpl.class);
285 throw new RuntimeException("Unrecognized opcode in ActionServiceImpl");

Completed in 171 milliseconds