Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
DImapConnection.java173 executeSimpleCommand(ImapConstants.STARTTLS); in maybeDoStartTls()
187 executeSimpleCommand(getLoginPhrase(), true); in doLogin()
242 executeSimpleCommand(ImapConstants.AUTHENTICATE + " " + ImapConstants.AUTH_DIGEST_MD5); in doDigestMd5Auth()
283 List<ImapResponse> responses = executeSimpleCommand(ImapConstants.CAPABILITY); in queryCapability()
331 public List<ImapResponse> executeSimpleCommand(String command) in executeSimpleCommand() method in ImapConnection
333 return executeSimpleCommand(command, false); in executeSimpleCommand()
347 public List<ImapResponse> executeSimpleCommand(String command, boolean sensitive) in executeSimpleCommand() method in ImapConnection
DImapFolder.java176 final String[] result = getSearchUids(connection.executeSimpleCommand(command)); in searchForUids()
664 handleUntaggedResponses(connection.executeSimpleCommand(ImapConstants.EXPUNGE)); in expunge()
696 connection.executeSimpleCommand( in setFlags()
718 connection.executeSimpleCommand( in doSelect()
761 connection.executeSimpleCommand( in getQuota()
/packages/apps/Dialer/java/com/android/voicemail/impl/imap/
DImapHelper.java419 connection.executeSimpleCommand(command, false); in closeNewUserTutorial()