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.java85 Intent toService = new Intent(context, StkAppService.class); in handleAction() local
86 toService.putExtras(args); in handleAction()
87 context.startService(toService); in handleAction()