Searched refs:ActionServiceImpl (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
D | ActionService.java | 29 return ActionServiceImpl.makeStartActionPendingIntent(context, action, requestCode, in makeStartActionPendingIntent() 37 ActionServiceImpl.startAction(action); in startAction() 45 ActionServiceImpl.scheduleAction(action, code, delayMs); in scheduleAction() 53 ActionServiceImpl.handleResponseFromBackgroundWorker(action, response); in handleResponseFromBackgroundWorker() 61 ActionServiceImpl.handleFailureFromBackgroundWorker(action, exception); in handleFailureFromBackgroundWorker()
|
D | ActionServiceImpl.java | 39 public class ActionServiceImpl extends JobIntentService { class 48 public ActionServiceImpl() { in ActionServiceImpl() method in ActionServiceImpl 144 ActionServiceImpl.class); in makeIntent() 188 ActionServiceImpl.startServiceWithIntent(intent); in onReceive() 232 intent.setClass(context, ActionServiceImpl.class); in startServiceWithIntent() 237 enqueueWork(context, ActionServiceImpl.class, JOB_ID, work); in enqueueWork()
|
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/ |
D | ActionServiceTest.java | 44 public class ActionServiceTest extends BugleServiceTestCase<ActionServiceImpl> 133 super(ActionServiceImpl.class); in ActionServiceTest() 157 return ActionServiceImpl.class.getName(); in getServiceClassName()
|
D | ActionServiceSystemTest.java | 44 public class ActionServiceSystemTest extends BugleServiceTestCase<ActionServiceImpl> 87 super(ActionServiceImpl.class); in ActionServiceSystemTest() 303 return ActionServiceImpl.class.getName(); in getServiceClassName()
|