Searched refs:startServiceWithIntent (Results 1 – 2 of 2) sorted by relevance
61 startServiceWithIntent(intent); in startAction()94 startServiceWithIntent(intent); in handleResponseFromBackgroundWorker()110 startServiceWithIntent(intent); in handleFailureFromBackgroundWorker()186 ActionServiceImpl.startServiceWithIntent(intent); in onReceive()224 private static void startServiceWithIntent(final Intent intent) { in startServiceWithIntent() method in ActionServiceImpl
85 startServiceWithIntent(OP_PROCESS_REQUEST, intent); in startServiceWithAction()91 private static void startServiceWithIntent(final int opcode, final Intent intent) { in startServiceWithIntent() method in BackgroundWorkerService