Home | History | Annotate | Download | only in stk

Lines Matching refs:StkAppService

54     StkAppService appService = StkAppService.getInstance();
69 sendResponse(StkAppService.RES_ID_TIMEOUT);
115 sendResponse(StkAppService.RES_ID_MENU_SELECTION, item.id, false);
134 sendResponse(StkAppService.RES_ID_BACKWARD);
220 sendResponse(StkAppService.RES_ID_END_SESSION);
231 sendResponse(StkAppService.RES_ID_MENU_SELECTION, stkItem.id, true);
326 args.putInt(StkAppService.OPCODE, StkAppService.OP_RESPONSE);
327 args.putInt(StkAppService.RES_ID, resId);
328 args.putInt(StkAppService.MENU_SELECTION, itemId);
329 args.putBoolean(StkAppService.HELP, help);
330 mContext.startService(new Intent(mContext, StkAppService.class)