Home | History | Annotate | Download | only in stk

Lines Matching refs:OPCODE

177     static final String OPCODE = "op";
300 int op = args.getInt(OPCODE);
475 int opcode = msg.arg1;
478 CatLog.d(LOG_TAG, "handleMessage opcode[" + opcode + "], sim id[" + slotId + "]");
479 if (opcode == OP_CMD && msg.obj != null &&
483 mStkContext[slotId].mOpCode = opcode;
484 switch (opcode) {