Home | History | Annotate | Download | only in stk

Lines Matching defs:OPCODE

172     static final String OPCODE = "op";
309 int op = args.getInt(OPCODE);
489 int opcode = msg.arg1;
492 CatLog.d(LOG_TAG, "handleMessage opcode[" + opcode + "], sim id[" + slotId + "]");
493 if (opcode == OP_CMD && msg.obj != null &&
497 mStkContext[slotId].mOpCode = opcode;
498 switch (opcode) {