Searched refs:BEGIN_VCARD (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapBmessageParser.java49 private final static Property BEGIN_VCARD = new Property("BEGIN", "VCARD"); field in class:BluetoothMapBmessageParser
130 while (prop.equals(BEGIN_VCARD)) {
200 } while (!prop.equals(BEGIN_VCARD) && !prop.equals(BEGIN_BENV));
226 while (prop.equals(BEGIN_VCARD)) {
389 out.append(BEGIN_VCARD).append(CRLF);

Completed in 67 milliseconds