Home | History | Annotate | Download | only in providers

Lines Matching refs:LastSyncResult

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
493 dest.writeInt(lastSyncResult);
835 return ((lastSyncResult & 0x0f) == UIProvider.LastSyncResult.SUCCESS);
887 f.lastSyncResult = Integer.parseInt(split[index++]);