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/
ImapConnection.java 160 destroyResponses();
173 destroyResponses();
210 * {@link #destroyResponses()} and throw it away.
213 destroyResponses();
217 void destroyResponses() {
219 mParser.destroyResponses();
305 destroyResponses();
ImapFolder.java 89 private void destroyResponses() {
91 mConnection.destroyResponses();
110 destroyResponses();
134 destroyResponses();
210 connection.destroyResponses();
251 connection.destroyResponses();
338 destroyResponses();
367 destroyResponses();
431 destroyResponses();
499 destroyResponses();
    [all...]
ImapStore.java 427 connection.destroyResponses();
449 connection.destroyResponses();
526 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 218 milliseconds