Lines Matching refs:StkAppService
49 private StkAppService appService = StkAppService.getInstance();
100 sendResponse(StkAppService.RES_ID_CONFIRM, true);
105 sendResponse(StkAppService.RES_ID_CONFIRM, false);
117 sendResponse(StkAppService.RES_ID_BACKWARD);
228 // if dialog activity is finished by stkappservice
232 sendResponse(StkAppService.RES_ID_CONFIRM, false);
270 if (StkAppService.getInstance() == null) {
279 args.putInt(StkAppService.OPCODE, StkAppService.OP_RESPONSE);
280 args.putInt(StkAppService.SLOT_ID, mSlotId);
281 args.putInt(StkAppService.RES_ID, resId);
282 args.putBoolean(StkAppService.CONFIRMATION, confirmed);
283 startService(new Intent(this, StkAppService.class).putExtras(args));
296 mSlotId = intent.getIntExtra(StkAppService.SLOT_ID, -1);
332 mAlarmIntent.putExtra(StkAppService.SLOT_ID, mSlotId);
350 int slotID = intent.getIntExtra(StkAppService.SLOT_ID, 0);
357 sendResponse(StkAppService.RES_ID_TIMEOUT);