Lines Matching defs:args
58 Bundle args = new Bundle();
61 args.putInt(StkAppService.OPCODE, op);
62 args.putInt(StkAppService.SLOT_ID, slot_id);
65 args.putParcelable(StkAppService.CMD_MSG, intent
75 args.putBoolean(AppInterface.CARD_STATUS,
77 args.putInt(AppInterface.REFRESH_RESULT,
82 args.putString(AppInterface.ALPHA_STRING, alphaString);
86 "args: " + args + ", slot id: " + slot_id);
88 toService.putExtras(args);
93 Bundle args = new Bundle();
94 args.putInt(StkAppService.OPCODE, StkAppService.OP_LOCALE_CHANGED);
96 .putExtras(args));
100 Bundle args = new Bundle();
101 args.putInt(StkAppService.OPCODE, StkAppService.OP_IDLE_SCREEN);
103 .putExtras(args));