Home
last modified time | relevance | path

Searched refs:sendCommand (Results 1 – 6 of 6) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DAttachmentActionHandler.java133 mCommandHandler.sendCommand(attachment.uri, params); in startDownloadingAttachment()
140 mCommandHandler.sendCommand(mAttachment.uri, params); in cancelAttachment()
148 mCommandHandler.sendCommand(attachment.uri, params); in startRedownloadingAttachment()
DMessageInviteView.java87 mCommandHandler.sendCommand(params); in onClick()
97 public void sendCommand(ContentValues params) { in sendCommand() method in MessageInviteView.InviteCommandHandler
DAttachmentCommandHandler.java33 public void sendCommand(Uri uri, ContentValues params) { in sendCommand() method in AttachmentCommandHandler
DAttachmentProgressDialogFragment.java98 mCommandHandler.sendCommand(mAttachment.uri, params); in cancelAttachment()
/packages/apps/Email/provider_src/com/android/email/mail/store/
DImapConnection.java274 String sendCommand(String command, boolean sensitive) in sendCommand() method in ImapConnection
376 sendCommand(command, sensitive); in executeSimpleCommand()
DImapFolder.java679 mConnection.sendCommand(String.format(Locale.US, in fetchInternal()
1083 mConnection.sendCommand( in appendMessage()