Lines Matching defs:cmd
174 static final String CMD_MSG = "cmd message";
182 static final String STK_CMD = "STK CMD";
491 CatLog.d(LOG_TAG, "Current cmd type: " +
693 private boolean isCmdInteractive(CatCmdMessage cmd) {
694 switch (cmd.getCmdType()) {
714 DelayedCmd cmd = mStkContext[slotId].mCmdsQ.poll();
715 if (cmd != null) {
718 " id: " + cmd.id + "sim id: " + cmd.slotId);
719 switch (cmd.id) {
721 handleCmd(cmd.msg, cmd.slotId);
724 handleSessionEnd(cmd.slotId);
1138 CatLog.d(LOG_TAG, "current cmd is null.");
1142 CatLog.d(LOG_TAG, "current cmd type: " +