Searched refs:mCommandHandler (Results 1 – 3 of 3) sorted by relevance
53 private final AttachmentCommandHandler mCommandHandler; field in AttachmentActionHandler65 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()
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()