Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
DBmessageParser.java53 private static final Property END_BBODY = new Property("END", "BBODY"); field in BmessageParser
372 if (!prop.equals(END_BBODY)) { in parseBody()
373 throw expected(END_BBODY); in parseBody()