Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
H A DBmessageParser.java47 private static final Property END_VCARD = new Property("END", "VCARD"); field in BmessageParser
387 } while (!prop.equals(END_VCARD)); in extractVcard()