Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DVendorCommandResponseProcessor.java85 int indexOfSemicolon = atCommand.indexOf(';'); in sendCommand() local
86 if (indexOfSemicolon > 0) { in sendCommand()