Searched refs:setByteValue (Results 1 – 4 of 4) sorted by relevance
138 public void setByteValue(byte[] byteValue) { in setByteValue() method in VCardProperty
615 property.setByteValue(Base64.decode(base64Property, Base64.DEFAULT));
74 public synchronized void setByteValue(byte x) { in setByteValue() method in JavaBridgeCoercionTest.TestObject
265 property.setByteValue(photoBytes); in testEntryElementIterator()