Home | History | Annotate | Download | only in stk

Lines Matching defs:args

56         Bundle args = new Bundle();
59 args.putInt(StkAppService.OPCODE, op);
60 args.putInt(StkAppService.SLOT_ID, slot_id);
63 args.putParcelable(StkAppService.CMD_MSG, intent
73 args.putBoolean(AppInterface.CARD_STATUS,
75 args.putInt(AppInterface.REFRESH_RESULT,
80 args.putString(AppInterface.ALPHA_STRING, alphaString);
84 "args: " + args + ", slot id: " + slot_id);
86 toService.putExtras(args);
91 Bundle args = new Bundle();
92 args.putInt(StkAppService.OPCODE, StkAppService.OP_LOCALE_CHANGED);
94 .putExtras(args));