Searched defs:checkSettings (Results 1 - 4 of 4) 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 DImapStore.java444 public Bundle checkSettings() throws MessagingException { method in class:ImapStore
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
/packages/apps/Email/src/com/android/email/mail/
H A DStore.java164 public abstract Bundle checkSettings() throws MessagingException; method in class:Store

Completed in 95 milliseconds