Searched refs:isShowingDialogForAttachment (Results 1 – 2 of 2) sorted by relevance
117 public boolean isShowingDialogForAttachment(Attachment attachment) { in isShowingDialogForAttachment() method in AttachmentProgressDialogFragment
182 if (dialog != null && dialog.isShowingDialogForAttachment(mAttachment)) { in updateStatus()