Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
H A DBmessageParser.java50 private static final Property END_BENV = new Property("END", "BENV"); field in BmessageParser
140 throw expected(END_BENV); in parse()
236 if (!prop.equals(END_BENV)) { in parseEnvelope()
237 throw expected(END_BENV); in parseEnvelope()