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

  /packages/apps/Email/src/com/android/email/mail/store/
ExchangeStore.java 80 public void checkSettings() throws MessagingException {
81 mTransport.checkSettings(mUri);
237 public void checkSettings(URI uri) throws MessagingException {
Pop3Store.java 172 public void checkSettings() throws MessagingException {
174 // Close any open or half-open connections - checkSettings should always be "fresh"
180 folder.checkSettings();
211 public void checkSettings() throws MessagingException {
    [all...]
ImapStore.java 421 public void checkSettings() throws MessagingException {
    [all...]
LocalStore.java 334 public void checkSettings() throws MessagingException {
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/store/
Pop3StoreUnitTests.java 178 * Test the operation of checkSettings(), which requires (a) a good open and (b) UIDL support.
188 mStore.checkSettings();
193 mStore.checkSettings();
200 mStore.checkSettings();
229 // Note, checkSettings is going to try to close the connection again, so we expect
235 mStore.checkSettings();
    [all...]
ImapStoreUnitTests.java     [all...]
  /packages/apps/Email/src/com/android/email/mail/
Store.java 248 public abstract void checkSettings() throws MessagingException;
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupCheckSettings.java 197 store.checkSettings();

Completed in 88 milliseconds