Home | History | Annotate | Download | only in stk

Lines Matching refs:StkAppService

52     private StkAppService appService = StkAppService.getInstance();
93 sendResponse(StkAppService.RES_ID_CONFIRM, true);
104 sendResponse(StkAppService.RES_ID_CONFIRM, false);
114 sendResponse(StkAppService.RES_ID_BACKWARD);
266 // if dialog activity is finished by stkappservice
271 sendResponse(StkAppService.RES_ID_CONFIRM, false);
327 if (StkAppService.getInstance() == null) {
336 args.putInt(StkAppService.OPCODE, StkAppService.OP_RESPONSE);
337 args.putInt(StkAppService.SLOT_ID, mSlotId);
338 args.putInt(StkAppService.RES_ID, resId);
339 args.putBoolean(StkAppService.CONFIRMATION, confirmed);
340 startService(new Intent(this, StkAppService.class).putExtras(args));
353 mSlotId = intent.getIntExtra(StkAppService.SLOT_ID, -1);
390 mAlarmIntent.putExtra(StkAppService.SLOT_ID, mSlotId);
408 int slotID = intent.getIntExtra(StkAppService.SLOT_ID, 0);
415 sendResponse(StkAppService.RES_ID_TIMEOUT);