Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/email/mail/store/
DPop3StoreUnitTests.java206 mStore.checkSettings(); in testCheckSettings()
211 mStore.checkSettings(); in testCheckSettings()
218 mStore.checkSettings(); in testCheckSettings()
253 mStore.checkSettings(); in testCheckSettingsCapabilities()
DImapStoreUnitTests.java2058 mStore.checkSettings(); in testCheckSettings()
2064 mStore.checkSettings(); in testCheckSettings()
/packages/apps/Email/provider_src/com/android/email/mail/store/
DPop3Store.java126 public Bundle checkSettings() throws MessagingException { in checkSettings() method in Pop3Store
135 bundle = folder.checkSettings(); in checkSettings()
168 public Bundle checkSettings() throws MessagingException { in checkSettings() method in Pop3Store.Pop3Folder
DServiceStore.java58 public Bundle checkSettings() throws MessagingException { in checkSettings() method in ServiceStore
DImapStore.java487 public Bundle checkSettings() throws MessagingException { in checkSettings() method in ImapStore
/packages/apps/Email/provider_src/com/android/email/mail/
DStore.java184 public abstract Bundle checkSettings() throws MessagingException; in checkSettings() method in Store
/packages/apps/Email/src/com/android/email/activity/setup/
DAccountCheckSettingsFragment.java383 final Bundle bundle = store.checkSettings(); in doInBackground()