Home | History | Annotate | Download | only in providers

Lines Matching defs:lastSyncResult

146      * syncResult is a value from {@link UIProvider.LastSyncResult}
149 public int lastSyncResult;
294 public Builder setLastSyncResult(final int lastSyncResult) {
295 mLastSyncResult = lastSyncResult;
343 int lastSyncResult, int type, int iconResId, int notificationIconResId, String bgColor,
360 this.lastSyncResult = lastSyncResult;
399 lastSyncResult = cursor.getInt(UIProvider.FOLDER_LAST_SYNC_RESULT_COLUMN);
457 lastSyncResult
493 dest.writeInt(lastSyncResult);
859 return ((lastSyncResult & 0x0f) == UIProvider.LastSyncResult.SUCCESS);
911 f.lastSyncResult = Integer.parseInt(split[index++]);