Home
last modified time | relevance | path

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

/packages/apps/Stk/src/com/android/stk/
DStkCmdReceiver.java84 Intent toService = new Intent(context, StkAppService.class); in handleAction() local
85 toService.putExtras(args); in handleAction()
86 context.startService(toService); in handleAction()