Searched refs:commandWord (Results 1 – 1 of 1) sorted by relevance
87 String commandWord; in sendCommand() local89 commandWord = atCommand.substring(0, indexOfEqual + 1); in sendCommand()91 commandWord = atCommand.substring(0, indexOfQuestionMark + 1); in sendCommand()93 commandWord = atCommand; in sendCommand()97 commandWord = commandWord.replaceAll("\\s+", ""); in sendCommand()99 if (!Objects.equals(SUPPORTED_VENDOR_AT_COMMANDS.get(commandWord), vendorId)) { in sendCommand()100 Log.e(TAG, "Invalid command " + atCommand + ", " + vendorId + ". Cand=" + commandWord); in sendCommand()