HomeSort by relevance Sort by last modified time
    Searched defs:BEGIN_VCARD (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMapBmessageParser.java 47 private final static Property BEGIN_VCARD = new Property("BEGIN", "VCARD");
124 while (prop.equals(BEGIN_VCARD)) {
194 } while (!prop.equals(BEGIN_VCARD) && !prop.equals(BEGIN_BENV));
220 while (prop.equals(BEGIN_VCARD)) {
364 out.append(BEGIN_VCARD).append(CRLF);
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
PduPersister.java 95 public static final String BEGIN_VCARD = "BEGIN:VCARD";
    [all...]
  /external/zxing/core/
core.jar 

Completed in 469 milliseconds