Home | History | Annotate | Download | only in stk

Lines Matching refs:StkAppService

55                 sendResponse(StkAppService.RES_ID_DONE);
124 sendResponse(StkAppService.RES_ID_END_SESSION);
140 sendResponse(StkAppService.RES_ID_END_SESSION);
151 sendResponse(StkAppService.RES_ID_END_SESSION);
164 mSlotId = intent.getIntExtra(StkAppService.SLOT_ID, -1);
169 args.putInt(StkAppService.OPCODE, StkAppService.OP_RESPONSE);
170 args.putInt(StkAppService.SLOT_ID, mSlotId);
171 args.putInt(StkAppService.RES_ID, resId);
172 startService(new Intent(this, StkAppService.class).putExtras(args));