Lines Matching refs:sendResponse
110 sendResponse(StkAppService.RES_ID_END_SESSION); in onClick()
144 sendResponse(StkAppService.RES_ID_INPUT, input, false); in onClick()
268 sendResponse(StkAppService.RES_ID_END_SESSION); in onDestroy()
292 sendResponse(StkAppService.RES_ID_BACKWARD, null, false); in onKeyDown()
298 void sendResponse(int resId) { in sendResponse() method in StkInputActivity
299 sendResponse(resId, null, false); in sendResponse()
302 void sendResponse(int resId, String input, boolean help) { in sendResponse() method in StkInputActivity
328 appService.sendResponse(args, mSlotId); in sendResponse()
375 sendResponse(StkAppService.RES_ID_END_SESSION); in optionsItemSelectedInternal()
379 sendResponse(StkAppService.RES_ID_INPUT, "", true); in optionsItemSelectedInternal()
574 sendResponse(StkAppService.RES_ID_TIMEOUT);