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

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DAttachmentProgressDialogFragment.java33 private AttachmentCommandHandler mCommandHandler; field in class:AttachmentProgressDialogFragment
63 mCommandHandler = new AttachmentCommandHandler(getActivity());
98 mCommandHandler.sendCommand(mAttachment.uri, params);
H A DAttachmentActionHandler.java50 private final AttachmentCommandHandler mCommandHandler; field in class:AttachmentActionHandler
60 mCommandHandler = new AttachmentCommandHandler(context);
120 mCommandHandler.sendCommand(attachment.uri, params);
127 mCommandHandler.sendCommand(mAttachment.uri, params);
135 mCommandHandler.sendCommand(attachment.uri, params);
H A DMessageInviteView.java38 private InviteCommandHandler mCommandHandler = new InviteCommandHandler(); field in class:MessageInviteView
87 mCommandHandler.sendCommand(params);

Completed in 54 milliseconds