Searched refs:epochDays (Results 1 – 1 of 1) sorted by relevance
132 (recordTypeId, epochDays) -> in reSyncByRecordTypeIds()133 epochDays.forEach( in reSyncByRecordTypeIds()181 private static ContentValues getContentValues(int recordTypeId, long epochDays) { in getContentValues() argument183 contentValues.put(EPOCH_DAYS_COLUMN_NAME, epochDays); in getContentValues()208 public static UpsertTableRequest getUpsertTableRequest(int recordTypeId, long epochDays) { in getUpsertTableRequest() argument209 return new UpsertTableRequest(TABLE_NAME, getContentValues(recordTypeId, epochDays)); in getUpsertTableRequest()