Searched refs:toService (Results 1 – 1 of 1) sorted by relevance
85 Intent toService = new Intent(context, StkAppService.class); in handleAction() local86 toService.putExtras(args); in handleAction()87 context.startService(toService); in handleAction()