Searched refs:checkSettings (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Email/src/com/android/email/mail/store/
H A DServiceStore.java47 public Bundle checkSettings() throws MessagingException { method in class:ServiceStore
H A DPop3Store.java192 public Bundle checkSettings() throws MessagingException { method in class:Pop3Store
195 // Close any open or half-open connections - checkSettings should always be "fresh"
201 bundle = folder.checkSettings();
234 public Bundle checkSettings() throws MessagingException { method in class:Pop3Store.Pop3Folder
H A DImapStore.java444 public Bundle checkSettings() throws MessagingException { method in class:ImapStore
/packages/apps/Email/src/com/android/email/mail/
H A DStore.java164 public abstract Bundle checkSettings() throws MessagingException; method in class:Store
/packages/apps/Email/tests/src/com/android/email/mail/store/
H A DPop3StoreUnitTests.java197 * 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();
H A DImapStoreUnitTests.java2056 mStore.checkSettings();
2062 mStore.checkSettings();
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountCheckSettingsFragment.java470 Bundle bundle = store.checkSettings();

Completed in 73 milliseconds