Searched refs:NewsSource (Results 1 – 4 of 4) sorted by relevance
24 public class NewsSource { class26 static NewsSource instance = null;35 public static NewsSource getInstance() { in getInstance()37 instance = new NewsSource(); in getInstance()42 public NewsSource() { in NewsSource() method in NewsSource
61 NewsArticle article = NewsSource.getInstance().getCategory(mCatIndex).getArticle(mArtIndex); in onCreate()
94 NewsCategory cat = NewsSource.getInstance().getCategory(categoryIndex); in loadCategory()
173 mCurrentCat = NewsSource.getInstance().getCategory(categoryIndex); in setNewsCategory()