HomeSort by relevance Sort by last modified time
    Searched refs:destroyResponses (Results 1 - 4 of 4) sorted by null

  /packages/apps/Email/src/com/android/email/mail/store/
ImapFolder.java 86 private void destroyResponses() {
88 mConnection.destroyResponses();
107 destroyResponses();
131 destroyResponses();
207 connection.destroyResponses();
248 connection.destroyResponses();
335 destroyResponses();
364 destroyResponses();
405 destroyResponses();
473 destroyResponses();
    [all...]
ImapConnection.java 162 destroyResponses();
175 destroyResponses();
212 * {@link #destroyResponses()} and throw it away.
215 destroyResponses();
219 void destroyResponses() {
221 mParser.destroyResponses();
307 destroyResponses();
ImapStore.java 433 connection.destroyResponses();
455 connection.destroyResponses();
532 connection.destroyResponses();
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapResponseParser.java 64 * We store all {@link ImapResponse} in it. {@link #destroyResponses()} must be called from
142 public void destroyResponses() {
155 * {@link #destroyResponses} should be called to destroy all the responses in the array.

Completed in 267 milliseconds