Searched refs:startServiceWithIntent (Results 1 – 2 of 2) sorted by relevance
62 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
85 startServiceWithIntent(OP_PROCESS_REQUEST, intent); in startServiceWithAction()91 private static void startServiceWithIntent(final int opcode, final Intent intent) { in startServiceWithIntent() method in BackgroundWorkerService