Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DAttachmentActionHandler.java53 private final AttachmentCommandHandler mCommandHandler; field in AttachmentActionHandler
65 mCommandHandler = new AttachmentCommandHandler(context); in AttachmentActionHandler()
133 mCommandHandler.sendCommand(attachment.uri, params); in startDownloadingAttachment()
140 mCommandHandler.sendCommand(mAttachment.uri, params); in cancelAttachment()
148 mCommandHandler.sendCommand(attachment.uri, params); in startRedownloadingAttachment()
DAttachmentProgressDialogFragment.java33 private AttachmentCommandHandler mCommandHandler; field in AttachmentProgressDialogFragment
63 mCommandHandler = new AttachmentCommandHandler(getActivity()); in onActivityCreated()
98 mCommandHandler.sendCommand(mAttachment.uri, params); in cancelAttachment()
DMessageInviteView.java38 private InviteCommandHandler mCommandHandler = new InviteCommandHandler(); field in MessageInviteView
87 mCommandHandler.sendCommand(params); in onClick()