Searched defs:CONTENT_URI (Results 1 – 3 of 3) sorted by relevance
33 public static final Uri CONTENT_URI field in NotePad.Notes
41 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/notes"); field in NotePad.Notes
56 public static final Uri CONTENT_URI = Uri.parse( "content://my_rss_item/rssitem"); field in RssContentProvider