Home | History | Annotate | Download | only in rssexample

Lines Matching refs:CONTENT

20 import android.content.ContentValues;
21 import android.content.Context;
22 import android.content.Intent;
87 String content = "";
89 content = mCur.getString(mCur.getColumnIndex(RssContentProvider.CONTENT));
90 mLogger.info("MyRssReader5 content string:" + content);
95 mLogger.warning("MyRssReader5.onItemSelected() couldn't get the content" +
98 mWebView.loadData(content, "text/html", null);
164 // Create our content URI by adding the ID of the currently selected item using a
192 vals.put(RssContentProvider.CONTENT, data.getStringExtra(RssContentProvider.CONTENT));