Home
last modified time | relevance | path

Searched refs:commandWord (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DVendorCommandResponseProcessor.java95 String commandWord; in sendCommand() local
97 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()