Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardProperty.java138 public void setByteValue(byte[] byteValue) { in setByteValue() method in VCardProperty
H A DVCardParserImpl_V21.java616 property.setByteValue(Base64.decode(base64Property, Base64.DEFAULT));
/aosp12/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardEntryTests.java265 property.setByteValue(photoBytes); in testEntryElementIterator()