Lines Matching refs:StkAppService
94 private StkAppService appService = StkAppService.getInstance();
112 sendResponse(StkAppService.RES_ID_END_SESSION); in onClick()
146 sendResponse(StkAppService.RES_ID_INPUT, input, false); in onClick()
248 sendResponse(StkAppService.RES_ID_END_SESSION); in onDestroy()
272 sendResponse(StkAppService.RES_ID_BACKWARD, null, false); in onKeyDown()
290 if (StkAppService.getInstance() == null) { in sendResponse()
303 args.putInt(StkAppService.RES_ID, resId); in sendResponse()
305 args.putString(StkAppService.INPUT, input); in sendResponse()
307 args.putBoolean(StkAppService.HELP, help); in sendResponse()
350 sendResponse(StkAppService.RES_ID_END_SESSION); in optionsItemSelectedInternal()
354 sendResponse(StkAppService.RES_ID_INPUT, "", true); in optionsItemSelectedInternal()
455 hideHelper = StkAppService.getBooleanCarrierConfig(this,
514 mSlotId = intent.getIntExtra(StkAppService.SLOT_ID, -1);
534 sendResponse(StkAppService.RES_ID_TIMEOUT);