OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exchangeService
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Exchange/tests/src/com/android/exchange/
ExchangeServiceAccountTests.java
24
import com.android.exchange.
ExchangeService
.SyncError;
42
ExchangeService
exchangeService
= new
ExchangeService
();
44
exchangeService
.new SyncError(AbstractSyncService.EXIT_SECURITY_FAILURE, false);
46
exchangeService
.new SyncError(AbstractSyncService.EXIT_IO_ERROR, false);
48
exchangeService
.new SyncError(AbstractSyncService.EXIT_SECURITY_FAILURE, false);
61
ConcurrentHashMap<Long, SyncError> errorMap =
exchangeService
.mSyncErrorMap;
70
assertTrue(
exchangeService
.releaseSyncHolds(mProviderContext,
84
assertTrue(
exchangeService
.releaseSyncHolds(mProviderContext
[
all
...]
/packages/apps/Exchange/src/com/android/exchange/
ExchangeService.java
93
* The
ExchangeService
handles all aspects of starting, maintaining, and stopping the various sync
98
* The Email application communicates with EAS sync adapters via
ExchangeService
's binder interface,
101
*
ExchangeService
uses ContentObservers to detect changes to accounts, mailboxes, and messages in
105
public class
ExchangeService
extends Service implements Runnable {
107
private static final String TAG = "
ExchangeService
";
109
// The
ExchangeService
's mailbox "id"
123
// Reason codes when
ExchangeService
.kick is called (mainly for debugging)
134
// A part request (attachment load, for now) was sent to
ExchangeService
139
// startSync was requested of
ExchangeService
(other than due to user request)
141
// startSync was requested of
ExchangeService
(due to user request
[
all
...]
Completed in 39 milliseconds