Searched refs:BEGIN_VCARD (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 70 milliseconds