Lines Matching refs:StkAppService
66 private StkAppService appService = StkAppService.getInstance();
112 new IntentFilter(StkAppService.SESSION_ENDED)); in onCreate()
139 sendResponse(StkAppService.RES_ID_MENU_SELECTION, item.id, false); in onListItemClick()
156 sendResponse(StkAppService.RES_ID_BACKWARD); in onKeyDown()
238 sendResponse(StkAppService.RES_ID_END_SESSION); in onDestroy()
274 sendResponse(StkAppService.RES_ID_END_SESSION); in onOptionsItemSelected()
312 sendResponse(StkAppService.RES_ID_MENU_SELECTION, stkItem.id, true); in onContextItemSelected()
419 mSlotId = intent.getIntExtra(StkAppService.SLOT_ID, -1); in initFromIntent()
455 if (resId == StkAppService.RES_ID_MENU_SELECTION) { in sendResponse()
462 args.putInt(StkAppService.RES_ID, resId); in sendResponse()
463 args.putInt(StkAppService.MENU_SELECTION, itemId); in sendResponse()
464 args.putBoolean(StkAppService.HELP, help); in sendResponse()
471 if (StkAppService.SESSION_ENDED.equals(intent.getAction())) {
472 int slotId = intent.getIntExtra(StkAppService.SLOT_ID, 0);
487 sendResponse(StkAppService.RES_ID_TIMEOUT);