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