Home | History | Annotate | Download | only in adapter

Lines Matching refs:att

366                 Attachment att = new Attachment();
367 att.mEncoding = "base64";
368 att.mSize = Long.parseLong(length);
369 att.mFileName = fileName;
370 att.mLocation = location;
371 att.mMimeType = getMimeTypeFromFileName(fileName);
372 atts.add(att);