Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DVendorCommandResponseProcessor.java94 int indexOfQuestionMark = atCommand.indexOf('?'); in sendCommand() local
98 } else if (indexOfQuestionMark > 0) { in sendCommand()
99 commandWord = atCommand.substring(0, indexOfQuestionMark + 1); in sendCommand()