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

  /packages/apps/Exchange/src/com/android/exchange/eas/
EasFullSyncOperation.java 163 final EasSync upsync = new EasSync(mContext, mAccount); local
164 result = upsync.upsync();
167 LogUtils.i(TAG, "Fatal result %d on upsync", result);
EasSync.java 52 * TODO: For now, only handles upsync.
57 /** Result code indicating that the mailbox for an upsync is no longer present. */
109 public final int upsync() { method in class:EasSync
129 // If we've already encountered a fatal error, don't even try to upsync subsequent

Completed in 927 milliseconds