Searched defs:ExchangeService (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Exchange/src/com/android/exchange/
H A DExchangeService.java93 * 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 { class in inherits:Service,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 (du
[all...]

Completed in 92 milliseconds