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

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DActionServiceImpl.java38 public class ActionServiceImpl extends IntentService { class in inherits:IntentService
42 public ActionServiceImpl() { method in class:ActionServiceImpl
137 ActionServiceImpl.class);
181 ActionServiceImpl.startServiceWithIntent(intent);
233 intent.setClass(context, ActionServiceImpl.class);
285 throw new RuntimeException("Unrecognized opcode in ActionServiceImpl");

Completed in 36 milliseconds