Home
last modified time | relevance | path

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

/frameworks/opt/vcard/java/com/android/vcard/
DVCardProperty.java166 public byte[] getByteValue() { in getByteValue() method in VCardProperty
DVCardEntry.java2130 byte[] propertyBytes = property.getByteValue(); in addProperty()
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
DVNodeBuilder.java138 propNode.propValue_bytes = property.getByteValue(); in onPropertyCreated()