Searched refs:NewsCategory (Results 1 – 4 of 4) sorted by relevance
32 NewsCategory[] mCategory;44 mCategory = new NewsCategory[CATEGORIES.length]; in NewsSource()46 mCategory[i] = new NewsCategory(); in NewsSource()56 public NewsCategory getCategory(int categoryIndex) { in getCategory()
22 public class NewsCategory { class34 public NewsCategory() { in NewsCategory() method in NewsCategory
94 NewsCategory cat = NewsSource.getInstance().getCategory(categoryIndex); in loadCategory()
68 NewsCategory mCurrentCat;