Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DVendorCommandResponseProcessor.java120 int indexOfColon = atString.indexOf(':'); in getVendorIdFromAtCommand() local
124 } else if (indexOfColon > 0) { in getVendorIdFromAtCommand()
125 eventCode = atString.substring(0, indexOfColon + 1); in getVendorIdFromAtCommand()