Home | History | Annotate | Download | only in stk

Lines Matching refs:StkAppService

78                 sendResponse(StkAppService.RES_ID_TIMEOUT);
106 sendResponse(StkAppService.RES_ID_INPUT, input, false);
176 sendResponse(StkAppService.RES_ID_BACKWARD, null, false);
189 args.putInt(StkAppService.OPCODE, StkAppService.OP_RESPONSE);
190 args.putInt(StkAppService.RES_ID, resId);
192 args.putString(StkAppService.INPUT, input);
194 args.putBoolean(StkAppService.HELP, help);
195 mContext.startService(new Intent(mContext, StkAppService.class)
222 sendResponse(StkAppService.RES_ID_END_SESSION);
226 sendResponse(StkAppService.RES_ID_INPUT, "", true);