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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/util/
H A DTypedUriMatcherImplTest.java23 import com.android.providers.contacts.util.TypedUriMatcherImpl;
27 * Unit tests for {@link TypedUriMatcherImpl}.
58 TypedUriMatcherImpl<TestUriType> mTypedUriMatcherImpl;
64 new TypedUriMatcherImpl<TestUriType>(AUTHORITY, TestUriType.values());
/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/src/com/android/providers/contacts/
H A DVoicemailContentProvider.java24 import com.android.providers.contacts.util.TypedUriMatcherImpl;
237 private static TypedUriMatcherImpl<VoicemailUriType> createUriMatcher() {
238 return new TypedUriMatcherImpl<VoicemailUriType>(

Completed in 432 milliseconds