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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/util/
H A DTypedUriMatcherImplTest.java36 private static enum TestUriType implements UriType { enum in class:TypedUriMatcherImplTest
44 private TestUriType(String path) { method in class:TypedUriMatcherImplTest.TestUriType
58 TypedUriMatcherImpl<TestUriType> mTypedUriMatcherImpl;
64 new TypedUriMatcherImpl<TestUriType>(AUTHORITY, TestUriType.values());
69 assertUriTypeMatch(TestUriType.NO_MATCH, "scheme://authority1/build");
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
[all...]

Completed in 151 milliseconds