Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DVendorCommandResponseProcessor.java97 String commandWord; in sendCommand() local
99 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()