Home | History | Annotate | Download | only in providers

Lines Matching defs:syncStatus

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);
607 return UIProvider.SyncStatus.isSyncInProgress(syncStatus);
827 f.syncStatus = Integer.parseInt(split[index++]);