Home
last modified time | relevance | path

Searched refs:startServiceWithIntent (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DActionServiceImpl.java62 startServiceWithIntent(intent); in startAction()
95 startServiceWithIntent(intent); in handleResponseFromBackgroundWorker()
111 startServiceWithIntent(intent); in handleFailureFromBackgroundWorker()
188 ActionServiceImpl.startServiceWithIntent(intent); in onReceive()
229 private static void startServiceWithIntent(final Intent intent) { in startServiceWithIntent() method in ActionServiceImpl
DBackgroundWorkerService.java85 startServiceWithIntent(OP_PROCESS_REQUEST, intent); in startServiceWithAction()
91 private static void startServiceWithIntent(final int opcode, final Intent intent) { in startServiceWithIntent() method in BackgroundWorkerService