Home | History | Annotate | Download | only in ui

Lines Matching refs:LastSyncResult

4062         final int lastSyncResult = folder.lastSyncResult;
4063 switch (lastSyncResult & 0x0f) {
4064 case UIProvider.LastSyncResult.CONNECTION_ERROR:
4066 final int syncRequest = lastSyncResult >> 4;
4082 case UIProvider.LastSyncResult.AUTH_ERROR:
4086 case UIProvider.LastSyncResult.SECURITY_ERROR:
4088 case UIProvider.LastSyncResult.STORAGE_ERROR:
4092 case UIProvider.LastSyncResult
4100 Utils.getSyncStatusText(mActivity.getActivityContext(), lastSyncResult),
4159 case UIProvider.LastSyncResult.CONNECTION_ERROR:
4164 case UIProvider.LastSyncResult.AUTH_ERROR:
4167 case UIProvider.LastSyncResult.SECURITY_ERROR:
4169 case UIProvider.LastSyncResult.STORAGE_ERROR:
4172 case UIProvider.LastSyncResult.INTERNAL_ERROR: