Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DAttachmentProgressDialogFragment.java31 public class AttachmentProgressDialogFragment extends DialogFragment { class
39 static AttachmentProgressDialogFragment newInstance(Attachment attachment) { in newInstance()
40 final AttachmentProgressDialogFragment f = new AttachmentProgressDialogFragment(); in newInstance()
51 public AttachmentProgressDialogFragment() {} in AttachmentProgressDialogFragment() method in AttachmentProgressDialogFragment
DAttachmentActionHandler.java164 final DialogFragment newFragment = AttachmentProgressDialogFragment.newInstance( in showDownloadingDialog()
180 final AttachmentProgressDialogFragment dialog = (AttachmentProgressDialogFragment) in updateStatus()