Lines Matching refs:sendResponse
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()
274 void sendResponse(int resId) { in sendResponse() method in StkInputActivity
275 sendResponse(resId, null, false); in sendResponse()
278 void sendResponse(int resId, String input, boolean help) { in sendResponse() method in StkInputActivity
304 appService.sendResponse(args, mSlotId); in sendResponse()
346 sendResponse(StkAppService.RES_ID_END_SESSION); in optionsItemSelectedInternal()
350 sendResponse(StkAppService.RES_ID_INPUT, "", true); in optionsItemSelectedInternal()
525 sendResponse(StkAppService.RES_ID_TIMEOUT);