Home
last modified time | relevance | path

Searched defs:TA_CATEGORY (Results 1 – 2 of 2) sorted by relevance

/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/plugins/torrent/
H A DTorrentAttribute.java30 public static final String TA_CATEGORY = "Category"; field
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/pluginsimpl/local/torrent/
H A DTorrentManagerImpl.java69 attribute_map.put( TorrentAttribute.TA_CATEGORY, category_attribute ); in attribute_map.put()