Searched refs:mCommandHandler (Results 1 – 3 of 3) sorted by relevance
50 private final AttachmentCommandHandler mCommandHandler; field in AttachmentActionHandler60 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()
33 private AttachmentCommandHandler mCommandHandler; field in AttachmentProgressDialogFragment63 mCommandHandler = new AttachmentCommandHandler(getActivity()); in onActivityCreated()98 mCommandHandler.sendCommand(mAttachment.uri, params); in cancelAttachment()
38 private InviteCommandHandler mCommandHandler = new InviteCommandHandler(); field in MessageInviteView87 mCommandHandler.sendCommand(params); in onClick()