Home | History | Annotate | Download | only in stk

Lines Matching defs:sendResponse

105                 sendResponse(StkAppService.RES_ID_TIMEOUT);
133 sendResponse(StkAppService.RES_ID_END_SESSION);
170 sendResponse(StkAppService.RES_ID_INPUT, input, false);
286 sendResponse(StkAppService.RES_ID_END_SESSION);
313 sendResponse(StkAppService.RES_ID_BACKWARD, null, false);
319 void sendResponse(int resId) {
320 sendResponse(resId, null, false);
323 void sendResponse(int resId, String input, boolean help) {
338 CatLog.d(LOG_TAG, "sendResponse resID[" + resId + "] input[*****] help["
394 sendResponse(StkAppService.RES_ID_END_SESSION);
400 sendResponse(StkAppService.RES_ID_INPUT, "", true);