HomeSort by relevance Sort by last modified time
    Searched refs:SYNC_CALLBACK_START (Results 1 - 2 of 2) sorted by null

  /packages/apps/Exchange/exchange2/src/com/android/exchange/
ExchangeService.java 139 // Requests >= SYNC_CALLBACK_START generate callbacks to the UI
140 public static final int SYNC_CALLBACK_START = 6;
142 public static final int SYNC_SERVICE_START_SYNC = SYNC_CALLBACK_START + 0;
144 public static final int SYNC_UI_REQUEST = SYNC_CALLBACK_START + 1;
    [all...]
EasSyncService.java     [all...]

Completed in 466 milliseconds