Lines Matching refs:StkAppService
69 private StkAppService appService = StkAppService.getInstance();
100 sendResponse(StkAppService.RES_ID_TIMEOUT);
135 new IntentFilter(StkAppService.SESSION_ENDED));
164 sendResponse(StkAppService.RES_ID_MENU_SELECTION, item.id, false);
183 sendResponse(StkAppService.RES_ID_BACKWARD);
292 //isMenuPending: if input act is finish by stkappservice when OP_LAUNCH_APP again,
299 sendResponse(StkAppService.RES_ID_END_SESSION);
335 sendResponse(StkAppService.RES_ID_END_SESSION);
375 sendResponse(StkAppService.RES_ID_MENU_SELECTION, stkItem.id, true);
468 mSlotId = intent.getIntExtra(StkAppService.SLOT_ID, -1);
504 if (resId == StkAppService.RES_ID_MENU_SELECTION) {
510 args.putInt(StkAppService.OPCODE, StkAppService.OP_RESPONSE);
511 args.putInt(StkAppService.SLOT_ID, mSlotId);
512 args.putInt(StkAppService.RES_ID, resId);
513 args.putInt(StkAppService.MENU_SELECTION, itemId);
514 args.putBoolean(StkAppService.HELP, help);
515 mContext.startService(new Intent(mContext, StkAppService.class)
522 if (StkAppService.SESSION_ENDED.equals(intent.getAction())) {
523 int slotId = intent.getIntExtra(StkAppService.SLOT_ID, 0);