Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapMessage.java365 if(newMessage.parseParameters(paramCount, is) == false) in readMessage()
453 private boolean parseParameters(int count, InputStream is) throws IOException { in parseParameters() method in SapMessage