HomeSort by relevance Sort by last modified time
    Searched refs:mAttachmentSizeText (Results 1 - 2 of 2) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AttachmentTile.java 51 private String mAttachmentSizeText;
133 mAttachmentSizeText = AttachmentUtils.convertToHumanReadableSize(getContext(),
146 sb.append(mAttachmentSizeText);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageAttachmentBar.java 66 private String mAttachmentSizeText;
152 mAttachmentSizeText = bidiFormatter.unicodeWrap(
422 sb.append(getResources().getString(R.string.saved, mAttachmentSizeText));
424 sb.append(mAttachmentSizeText);

Completed in 51 milliseconds