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 85 private void destroyResponses() {
87 mConnection.destroyResponses();
106 destroyResponses();
130 destroyResponses();
206 connection.destroyResponses();
246 connection.destroyResponses();
332 destroyResponses();
360 destroyResponses();
401 destroyResponses();
469 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 27 milliseconds