Home
last modified time | relevance | path

Searched refs:sendCommand (Results 1 – 10 of 10) 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/Dialer/java/com/android/voicemail/impl/mail/store/
DImapConnection.java141 sendCommand(ImapConstants.LOGOUT, false); in logout()
351 sendCommand(command, sensitive); in executeSimpleCommand()
355 public String sendCommand(String command, boolean sensitive) in sendCommand() method in ImapConnection
DImapFolder.java299 connection.sendCommand( in fetchInternal()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/mockable/
DMediaController.java195 public void sendCommand(@NonNull String command, @Nullable Bundle args, in sendCommand() method in MediaController
197 mDelegate.sendCommand(command, args, cb); in sendCommand()
/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()
/packages/apps/Dialer/java/com/android/voicemail/impl/imap/
DImapHelper.java392 connection.sendCommand(String.format(Locale.US, command, newPin, oldPin), true); in changePin()
407 connection.sendCommand(String.format(Locale.US, command, languageCode), true); in changeVoicemailTuiLanguage()