OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkSettings
(Results
1 - 7
of
7
) sorted by null
/packages/apps/Email/src/com/android/email/mail/store/
ServiceStore.java
57
public Bundle
checkSettings
() throws MessagingException {
Pop3Store.java
128
public Bundle
checkSettings
() throws MessagingException {
131
// Close any open or half-open connections -
checkSettings
should always be "fresh"
137
bundle = folder.
checkSettings
();
170
public Bundle
checkSettings
() throws MessagingException {
ImapStore.java
438
public Bundle
checkSettings
() throws MessagingException {
/packages/apps/Email/src/com/android/email/mail/
Store.java
157
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
...]
/packages/apps/Email/src/com/android/email/activity/setup/
AccountCheckSettingsFragment.java
106
* Called when
CheckSettings
completed
476
final Bundle bundle = store.
checkSettings
();
[
all
...]
Completed in 441 milliseconds