Home | History | Annotate | Download | only in ui

Lines Matching full:rawbytes

818         String rawBytes = cursor.getString(columnRawBytes);
821 if (TextUtils.isEmpty(rawBytes)) {
824 return rawBytes;
826 return new EncodedStringValue(charset, PduPersister.getBytes(rawBytes)).getString();