OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:checkSettings
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Email/provider_src/com/android/email/mail/store/
ServiceStore.java
58
public Bundle
checkSettings
() throws MessagingException {
ImapStore.java
487
public Bundle
checkSettings
() throws MessagingException {
Pop3Store.java
126
public Bundle
checkSettings
() throws MessagingException {
129
// Close any open or half-open connections -
checkSettings
should always be "fresh"
135
bundle = folder.
checkSettings
();
168
public Bundle
checkSettings
() throws MessagingException {
/packages/apps/Email/provider_src/com/android/email/mail/
Store.java
184
public abstract Bundle
checkSettings
() throws MessagingException;
/packages/apps/Email/tests/src/com/android/email/mail/store/
Pop3StoreUnitTests.java
196
* 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
();
[
all
...]
ImapStoreUnitTests.java
[
all
...]
Completed in 873 milliseconds