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

/packages/apps/Email/src/com/android/email/mail/store/
H A DServiceStore.java58 public Bundle checkSettings() throws MessagingException { method in class:ServiceStore
H A DPop3Store.java126 public Bundle checkSettings() throws MessagingException { method in class:Pop3Store
129 // Close any open or half-open connections - checkSettings should always be "fresh"
135 bundle = folder.checkSettings();
168 public Bundle checkSettings() throws MessagingException { method in class:Pop3Store.Pop3Folder
H A DImapStore.java456 public Bundle checkSettings() throws MessagingException { method in class:ImapStore
/packages/apps/Email/tests/src/com/android/email/mail/store/
H A DPop3StoreUnitTests.java196 * Test the operation of checkSettings(), which requires (a) a good open and (b) UIDL support.
206 mStore.checkSettings();
211 mStore.checkSettings();
218 mStore.checkSettings();
247 // Note, checkSettings is going to try to close the connection again, so we expect
253 mStore.checkSettings();
H A DImapStoreUnitTests.java2058 mStore.checkSettings();
2064 mStore.checkSettings();
/packages/apps/Email/src/com/android/email/mail/
H A DStore.java174 public abstract Bundle checkSettings() throws MessagingException; method in class:Store
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountCheckSettingsFragment.java378 final Bundle bundle = store.checkSettings();

Completed in 94 milliseconds