Lines Matching refs:StkAppService
64 private StkAppService appService = StkAppService.getInstance();
90 sendResponse(StkAppService.RES_ID_TIMEOUT);
137 sendResponse(StkAppService.RES_ID_MENU_SELECTION, item.id, false);
159 sendResponse(StkAppService.RES_ID_BACKWARD);
275 //isMenuPending: if input act is finish by stkappservice when OP_LAUNCH_APP again,
279 sendResponse(StkAppService.RES_ID_END_SESSION);
327 sendResponse(StkAppService.RES_ID_END_SESSION);
340 sendResponse(StkAppService.RES_ID_MENU_SELECTION, stkItem.id, true);
377 sendResponse(StkAppService.RES_ID_MENU_SELECTION, stkItem.id, true);
450 mSlotId = intent.getIntExtra(StkAppService.SLOT_ID, -1);
485 args.putInt(StkAppService.OPCODE, StkAppService.OP_RESPONSE);
486 args.putInt(StkAppService.SLOT_ID, mSlotId);
487 args.putInt(StkAppService.RES_ID, resId);
488 args.putInt(StkAppService.MENU_SELECTION, itemId);
489 args.putBoolean(StkAppService.HELP, help);
490 mContext.startService(new Intent(mContext, StkAppService.class)