Searched refs:BASE_URI (Results 1 - 4 of 4) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/util/
H A DTypedUriMatcherImplTest.java55 private final static String BASE_URI = "scheme://" + AUTHORITY + "/"; field in class:TypedUriMatcherImplTest
71 assertUriTypeMatch(TestUriType.NO_MATCH, BASE_URI + "test");
75 assertUriTypeMatch(TestUriType.SIMPLE_URI, BASE_URI + "build");
79 assertUriTypeMatch(TestUriType.URI_WITH_ID, BASE_URI + "build/2");
81 assertUriTypeMatch(TestUriType.NO_MATCH, BASE_URI + "build/a");
83 assertUriTypeMatch(TestUriType.NO_MATCH, BASE_URI + "build/2/more");
87 assertUriTypeMatch(TestUriType.URI_WITH_TWO_IDS, BASE_URI + "project/vm/build/3");
89 assertUriTypeMatch(TestUriType.NO_MATCH, BASE_URI + "project/vm/build/");
91 assertUriTypeMatch(TestUriType.NO_MATCH, BASE_URI + "project/vm/x/build/3");
/packages/apps/HTMLViewer/src/com/android/htmlviewer/
H A DFileContentProvider.java39 public static final String BASE_URI = field in class:FileContentProvider
41 public static final int BASE_URI_LEN = BASE_URI.length();
H A DHTMLViewerActivity.java103 ? FileContentProvider.BASE_URI + uri.getEncodedPath()
/packages/apps/Gallery2/src/com/android/gallery3d/provider/
H A DGalleryProvider.java50 public static final Uri BASE_URI = Uri.parse("content://" + AUTHORITY); field in class:GalleryProvider

Completed in 522 milliseconds