HomeSort by relevance Sort by last modified time
    Searched defs:syncStatus (Results 1 - 5 of 5) sorted by null

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
EmailServiceStatus.java 90 private static void syncStatus(final ContentResolver cr, final Bundle syncExtras,
125 syncStatus(cr, syncExtras, SYNC_STATUS_TYPE_MAILBOX, mailboxId, statusCode, progress,
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Account.java 32 import com.android.mail.providers.UIProvider.SyncStatus;
161 public final int syncStatus;
256 json.put(AccountColumns.SYNC_STATUS, syncStatus);
351 syncStatus = json.optInt(AccountColumns.SYNC_STATUS);
421 syncStatus = cursor.getInt(cursor.getColumnIndex(UIProvider.AccountColumns.SYNC_STATUS));
487 return (syncStatus & SyncStatus.INITIAL_SYNC_NEEDED) == SyncStatus.INITIAL_SYNC_NEEDED;
491 return (syncStatus & SyncStatus.ACCOUNT_INITIALIZATION_REQUIRED) =
    [all...]
Folder.java 137 public int syncStatus;
143 * requestCode is a value from: {@link UIProvider.SyncStatus},
286 public Builder setSyncStatus(final int syncStatus) {
287 mSyncStatus = syncStatus;
338 int unseenCount, int unreadCount, int totalCount, Uri refreshUri, int syncStatus,
355 this.syncStatus = syncStatus;
395 syncStatus = cursor.getInt(UIProvider.FOLDER_SYNC_STATUS_COLUMN);
454 syncStatus = in.readInt();
491 dest.writeInt(syncStatus);
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/service/
EasCalendarSyncHandler.java     [all...]
  /packages/apps/Email/emailsync/src/com/android/emailsync/
SyncManager.java 149 // Offsets into the syncStatus data for EAS that indicate type, exit status, and change count
    [all...]

Completed in 332 milliseconds