Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DAttachmentActionHandler.java178 final boolean showProgress = mAttachment.shouldShowProgress(); in updateStatus()
/packages/apps/UnifiedEmail/src/com/android/mail/photo/
DMailPhotoViewController.java283 if (attachment.shouldShowProgress()) { in updateProgressAndEmptyViews()
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DAttachment.java458 public boolean shouldShowProgress() { in shouldShowProgress() method in Attachment