Home
last modified time | relevance | path

Searched refs:isShowingDialogForAttachment (Results 1 – 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DAttachmentProgressDialogFragment.java117 public boolean isShowingDialogForAttachment(Attachment attachment) { in isShowingDialogForAttachment() method in AttachmentProgressDialogFragment
DAttachmentActionHandler.java182 if (dialog != null && dialog.isShowingDialogForAttachment(mAttachment)) { in updateStatus()