HomeSort by relevance Sort by last modified time
    Searched defs:checkSettings (Results 1 - 6 of 6) sorted by null

  /packages/apps/Email/src/com/android/email/mail/store/
ServiceStore.java 47 public Bundle checkSettings() throws MessagingException {
ImapStore.java 444 public Bundle checkSettings() throws MessagingException {
Pop3Store.java 192 public Bundle checkSettings() throws MessagingException {
195 // Close any open or half-open connections - checkSettings should always be "fresh"
201 bundle = folder.checkSettings();
234 public Bundle checkSettings() throws MessagingException {
    [all...]
  /packages/apps/Email/src/com/android/email/mail/
Store.java 164 public abstract Bundle checkSettings() throws MessagingException;
  /packages/apps/Email/tests/src/com/android/email/mail/store/
Pop3StoreUnitTests.java 197 * Test the operation of checkSettings(), which requires (a) a good open and (b) UIDL support.
207 mStore.checkSettings();
212 mStore.checkSettings();
219 mStore.checkSettings();
248 // Note, checkSettings is going to try to close the connection again, so we expect
254 mStore.checkSettings();
    [all...]
ImapStoreUnitTests.java     [all...]

Completed in 222 milliseconds