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.java50 private final AttachmentCommandHandler mCommandHandler; field in AttachmentActionHandler
60 mCommandHandler = new AttachmentCommandHandler(context); in AttachmentActionHandler()
120 mCommandHandler.sendCommand(attachment.uri, params); in startDownloadingAttachment()
127 mCommandHandler.sendCommand(mAttachment.uri, params); in cancelAttachment()
135 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()