Searched refs:sendCommand (Results 1 – 10 of 10) sorted by relevance
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
D | AttachmentActionHandler.java | 133 mCommandHandler.sendCommand(attachment.uri, params); in startDownloadingAttachment() 140 mCommandHandler.sendCommand(mAttachment.uri, params); in cancelAttachment() 148 mCommandHandler.sendCommand(attachment.uri, params); in startRedownloadingAttachment()
|
D | MessageInviteView.java | 87 mCommandHandler.sendCommand(params); in onClick() 97 public void sendCommand(ContentValues params) { in sendCommand() method in MessageInviteView.InviteCommandHandler
|
D | AttachmentCommandHandler.java | 33 public void sendCommand(Uri uri, ContentValues params) { in sendCommand() method in AttachmentCommandHandler
|
D | AttachmentProgressDialogFragment.java | 98 mCommandHandler.sendCommand(mAttachment.uri, params); in cancelAttachment()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/ |
D | ImapConnection.java | 141 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
|
D | ImapFolder.java | 299 connection.sendCommand( in fetchInternal()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/mockable/ |
D | MediaController.java | 195 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/ |
D | ImapConnection.java | 274 String sendCommand(String command, boolean sensitive) in sendCommand() method in ImapConnection 376 sendCommand(command, sensitive); in executeSimpleCommand()
|
D | ImapFolder.java | 679 mConnection.sendCommand(String.format(Locale.US, in fetchInternal() 1083 mConnection.sendCommand( in appendMessage()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/imap/ |
D | ImapHelper.java | 392 connection.sendCommand(String.format(Locale.US, command, newPin, oldPin), true); in changePin() 407 connection.sendCommand(String.format(Locale.US, command, languageCode), true); in changeVoicemailTuiLanguage()
|