Lines Matching refs:StkAppService
66 private StkAppService appService = StkAppService.getInstance();
111 new IntentFilter(StkAppService.SESSION_ENDED)); in onCreate()
138 sendResponse(StkAppService.RES_ID_MENU_SELECTION, item.id, false); in onListItemClick()
155 sendResponse(StkAppService.RES_ID_BACKWARD); in onKeyDown()
237 sendResponse(StkAppService.RES_ID_END_SESSION); in onDestroy()
273 sendResponse(StkAppService.RES_ID_END_SESSION); in onOptionsItemSelected()
311 sendResponse(StkAppService.RES_ID_MENU_SELECTION, stkItem.id, true); in onContextItemSelected()
418 mSlotId = intent.getIntExtra(StkAppService.SLOT_ID, -1); in initFromIntent()
454 if (resId == StkAppService.RES_ID_MENU_SELECTION) { in sendResponse()
461 args.putInt(StkAppService.RES_ID, resId); in sendResponse()
462 args.putInt(StkAppService.MENU_SELECTION, itemId); in sendResponse()
463 args.putBoolean(StkAppService.HELP, help); in sendResponse()
470 if (StkAppService.SESSION_ENDED.equals(intent.getAction())) {
471 int slotId = intent.getIntExtra(StkAppService.SLOT_ID, 0);
486 sendResponse(StkAppService.RES_ID_TIMEOUT);