Home
last modified time | relevance | path

Searched defs:executeSimpleCommand (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Email/provider_src/com/android/email/mail/store/
DImapConnection.java326 List<ImapResponse> executeSimpleCommand(String command) throws IOException, MessagingException { in executeSimpleCommand() method in ImapConnection
372 List<ImapResponse> executeSimpleCommand(String command, boolean sensitive) in executeSimpleCommand() method in ImapConnection
DPop3Store.java711 private String executeSimpleCommand(String command) throws IOException, MessagingException { in executeSimpleCommand() method in Pop3Store.Pop3Folder
/packages/apps/Email/src/com/android/email/mail/transport/
DSmtpSender.java236 private String executeSimpleCommand(String command) throws IOException, MessagingException { in executeSimpleCommand() method in SmtpSender