Home
last modified time | relevance | path

Searched refs:CONTENT_URI (Results 1 – 4 of 4) sorted by relevance

/samples/Support4Demos/src/main/java/com/example/android/supportv4/content/
DSharingSupportProvider.java34 public static final Uri CONTENT_URI = field in SharingSupportProvider
52 if (uri.equals(Uri.withAppendedPath(CONTENT_URI, "foo.txt")) || in getType()
53 uri.equals(Uri.withAppendedPath(CONTENT_URI, "bar.txt"))) { in getType()
/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
DSharingSupport.java85 .setStream(Uri.parse(SharingSupportProvider.CONTENT_URI + "/foo.txt")) in onShareFileClick()
110 .addStream(Uri.parse(SharingSupportProvider.CONTENT_URI + "/foo.txt")) in onShareMultipleFileClick()
111 .addStream(Uri.parse(SharingSupportProvider.CONTENT_URI + "/bar.txt")) in onShareMultipleFileClick()
DLoaderThrottleSupport.java87 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/main"); field in LoaderThrottleSupport.MainTable
451 cr.insert(MainTable.CONTENT_URI, values); in onOptionsItemSelected()
472 cr.delete(MainTable.CONTENT_URI, null, null); in onOptionsItemSelected()
496 CursorLoader cl = new CursorLoader(getActivity(), MainTable.CONTENT_URI, in onCreateLoader()
DLoaderCursorSupport.java165 baseUri = People.CONTENT_URI; in onCreateLoader()