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/src/com/android/email/mail/store/
ServiceStore.java
47
public Bundle
checkSettings
() throws MessagingException {
ImapStore.java
444
public Bundle
checkSettings
() throws MessagingException {
Pop3Store.java
193
public Bundle
checkSettings
() throws MessagingException {
196
// Close any open or half-open connections -
checkSettings
should always be "fresh"
202
bundle = folder.
checkSettings
();
235
public Bundle
checkSettings
() throws MessagingException {
[
all
...]
/packages/apps/Email/src/com/android/email/mail/
Store.java
164
public abstract Bundle
checkSettings
() throws MessagingException;
/packages/apps/Email/tests/src/com/android/email/mail/store/
Pop3StoreUnitTests.java
197
* 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
();
[
all
...]
ImapStoreUnitTests.java
[
all
...]
Completed in 562 milliseconds