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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
H A DTypedUriMatcherImpl.java26 public class TypedUriMatcherImpl<T extends UriType> implements TypedUriMatcher<T> { class in inherits:TypedUriMatcher
32 public TypedUriMatcherImpl(String authority, T[] values) { method in class:TypedUriMatcherImpl
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/util/
H A DTypedUriMatcherImplTest.java24 * Unit tests for {@link TypedUriMatcherImpl}.
55 TypedUriMatcherImpl<TestUriType> mTypedUriMatcherImpl;
61 new TypedUriMatcherImpl<TestUriType>(AUTHORITY, TestUriType.values());
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DVoicemailContentProvider.java44 import com.android.providers.contacts.util.TypedUriMatcherImpl;
317 private static TypedUriMatcherImpl<VoicemailUriType> createUriMatcher() {
318 return new TypedUriMatcherImpl<VoicemailUriType>(

Completed in 133 milliseconds