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