Searched refs:commandWord (Results 1 – 1 of 1) sorted by relevance
97 String commandWord; in sendCommand() local99 commandWord = atCommand.substring(0, indexOfEqual + 1); in sendCommand()101 commandWord = atCommand.substring(0, indexOfQuestionMark + 1); in sendCommand()103 commandWord = atCommand; in sendCommand()107 commandWord = commandWord.replaceAll("\\s+", ""); in sendCommand()109 if (SUPPORTED_VENDOR_AT_COMMANDS.get(commandWord) != (Integer) (vendorId)) { in sendCommand()111 + commandWord); in sendCommand()