Searched refs:resMsg (Results 1 – 2 of 2) sorted by relevance
936 public synchronized void onCmdResponse(CatResponseMessage resMsg) { in onCmdResponse() argument937 if (resMsg == null) { in onCmdResponse()941 Message msg = obtainMessage(MSG_ID_RESPONSE, resMsg); in onCmdResponse()945 private boolean validateResponse(CatResponseMessage resMsg) { in validateResponse() argument947 if ((resMsg.mCmdDet.typeOfCommand == CommandType.SET_UP_EVENT_LIST.value()) in validateResponse()948 || (resMsg.mCmdDet.typeOfCommand == CommandType.SET_UP_MENU.value())) { in validateResponse()949 CatLog.d(this, "CmdType: " + resMsg.mCmdDet.typeOfCommand); in validateResponse()952 validResponse = resMsg.mCmdDet.compareTo(mCurrntCmd.mCmdDet); in validateResponse()970 private void handleCmdResponse(CatResponseMessage resMsg) { in handleCmdResponse() argument987 if (!validateResponse(resMsg)) { in handleCmdResponse()[all …]
63 void onCmdResponse(CatResponseMessage resMsg); in onCmdResponse() argument