Searched refs:BEGIN_BENV (Results 1 - 1 of 1) sorted by path

/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapBmessageParser.java50 private final static Property BEGIN_BENV = new Property("BEGIN", "BENV"); field in class:BluetoothMapBmessageParser
135 if (!prop.equals(BEGIN_BENV)) {
136 throw expected(BEGIN_BENV);
194 } while (!prop.equals(BEGIN_VCARD) && !prop.equals(BEGIN_BENV));
233 if (prop.equals(BEGIN_BENV)) {
240 throw expected(BEGIN_BENV, BEGIN_BBODY);

Completed in 87 milliseconds