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

  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationListFooterView.java 113 : UIProvider.LastSyncResult.SUCCESS;
128 } else if (mErrorStatus != UIProvider.LastSyncResult.SUCCESS) {
137 mErrorStatus != UIProvider.LastSyncResult.SECURITY_ERROR ?
142 case UIProvider.LastSyncResult.CONNECTION_ERROR:
145 case UIProvider.LastSyncResult.SERVER_ERROR:
148 case UIProvider.LastSyncResult.AUTH_ERROR:
151 case UIProvider.LastSyncResult.SECURITY_ERROR:
155 case UIProvider.LastSyncResult.STORAGE_ERROR:
158 case UIProvider.LastSyncResult.INTERNAL_ERROR:
  /packages/apps/Email/src/com/android/email/provider/
RefreshStatusMonitor.java 114 mMailboxId, UIProvider.LastSyncResult.STORAGE_ERROR);
121 mMailboxId, UIProvider.LastSyncResult.CONNECTION_ERROR);
148 mMailboxId, UIProvider.LastSyncResult.SUCCESS);
EmailConversationCursor.java 109 UIProvider.LastSyncResult.SUCCESS);
  /packages/apps/Email/src/com/android/email/service/
PopImapSyncAdapterService.java 135 EmailServiceStatus.IN_PROGRESS, 0, UIProvider.LastSyncResult.SUCCESS);
145 UIProvider.LastSyncResult.SUCCESS);
153 UIProvider.LastSyncResult.CONNECTION_ERROR);
158 UIProvider.LastSyncResult.AUTH_ERROR);
163 UIProvider.LastSyncResult.SERVER_ERROR);
168 UIProvider.LastSyncResult.INTERNAL_ERROR);
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasOperation.java     [all...]
EasFullSyncOperation.java 257 UIProvider.LastSyncResult.SUCCESS);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java 100 public static final int LAST_SYNC_RESULT_SUCCESS = UIProvider.LastSyncResult.SUCCESS;
101 public static final int LAST_SYNC_RESULT_AUTH_ERROR = UIProvider.LastSyncResult.AUTH_ERROR;
103 UIProvider.LastSyncResult.SECURITY_ERROR;
105 UIProvider.LastSyncResult.CONNECTION_ERROR;
107 UIProvider.LastSyncResult.INTERNAL_ERROR;
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AbstractActivityController.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Folder.java 143 * syncResult is a value from {@link UIProvider.LastSyncResult}
146 public int lastSyncResult;
291 public Builder setLastSyncResult(final int lastSyncResult) {
292 mLastSyncResult = lastSyncResult;
340 int lastSyncResult, int type, int iconResId, int notificationIconResId, String bgColor,
357 this.lastSyncResult = lastSyncResult;
397 lastSyncResult = cursor.getInt(UIProvider.FOLDER_LAST_SYNC_RESULT_COLUMN);
456 lastSyncResult = in.readInt();
493 dest.writeInt(lastSyncResult);
    [all...]
UIProvider.java 92 public static final class LastSyncResult {
    [all...]

Completed in 159 milliseconds