Lines Matching refs:StkAppService
95 private StkAppService appService = StkAppService.getInstance();
113 sendResponse(StkAppService.RES_ID_END_SESSION); in onClick()
147 sendResponse(StkAppService.RES_ID_INPUT, input, false); in onClick()
244 sendResponse(StkAppService.RES_ID_END_SESSION); in onDestroy()
268 sendResponse(StkAppService.RES_ID_BACKWARD, null, false); in onKeyDown()
286 if (StkAppService.getInstance() == null) { in sendResponse()
299 args.putInt(StkAppService.RES_ID, resId); in sendResponse()
301 args.putString(StkAppService.INPUT, input); in sendResponse()
303 args.putBoolean(StkAppService.HELP, help); in sendResponse()
346 sendResponse(StkAppService.RES_ID_END_SESSION); in optionsItemSelectedInternal()
350 sendResponse(StkAppService.RES_ID_INPUT, "", true); in optionsItemSelectedInternal()
449 hideHelper = StkAppService.getBooleanCarrierConfig(this, in configInputDisplay()
506 mSlotId = intent.getIntExtra(StkAppService.SLOT_ID, -1); in initFromIntent()
526 sendResponse(StkAppService.RES_ID_TIMEOUT);