Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
DBmessageParser.java56 private static final Property END_MSG = new Property("END", "MSG"); field in BmessageParser
327 if (prop.equals(END_MSG)) { in parseBody()
338 throw expected(END_MSG); in parseBody()
359 if (!prop.equals(END_MSG)) { in parseBody()
360 throw expected(END_MSG); in parseBody()