Lines Matching defs:args
55 Bundle args = new Bundle();
58 args.putInt(StkAppService.OPCODE, op);
59 args.putInt(StkAppService.SLOT_ID, slot_id);
62 args.putParcelable(StkAppService.CMD_MSG, intent
72 args.putBoolean(AppInterface.CARD_STATUS,
74 args.putInt(AppInterface.REFRESH_RESULT,
79 args.putString(AppInterface.ALPHA_STRING, alphaString);
83 "args: " + args + ", slot id: " + slot_id);
85 toService.putExtras(args);
90 Bundle args = new Bundle();
91 args.putInt(StkAppService.OPCODE, StkAppService.OP_LOCALE_CHANGED);
93 .putExtras(args));
97 Bundle args = new Bundle();
98 args.putInt(StkAppService.OPCODE, StkAppService.OP_IDLE_SCREEN);
100 .putExtras(args));