Home | History | Annotate | Download | only in cat

Lines Matching refs:cmdType

600         CommandType cmdType = AppInterface.CommandType.fromInt(cmdDet.typeOfCommand);
601 if (cmdType != null) {
602 switch (cmdType) {
904 CatLog.d(this, "CmdType: " + resMsg.mCmdDet.typeOfCommand);