Home | History | Annotate | Download | only in ui

Lines Matching refs:LastSyncResult

3982         final int lastSyncResult = folder.lastSyncResult;
3983 switch (UIProvider.getResultFromLastSyncResult(lastSyncResult)) {
3984 case UIProvider.LastSyncResult.CONNECTION_ERROR:
3986 final int syncStatus = UIProvider.getStatusFromLastSyncResult(lastSyncResult);
4002 case UIProvider.LastSyncResult.AUTH_ERROR:
4006 case UIProvider.LastSyncResult.SECURITY_ERROR:
4008 case UIProvider.LastSyncResult.STORAGE_ERROR:
4012 case UIProvider.LastSyncResult.INTERNAL_ERROR:
4020 Utils.getSyncStatusText(mActivity.getActivityContext(), lastSyncResult),