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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
H A DUriType.java21 public interface UriType { interface
H A DTypedUriMatcher.java25 public interface TypedUriMatcher<T extends UriType> {
H A DTypedUriMatcherImpl.java26 public class TypedUriMatcherImpl<T extends UriType> implements TypedUriMatcher<T> {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DVoicemailUriType.java18 import com.android.providers.contacts.util.UriType;
23 enum VoicemailUriType implements UriType {
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/util/
H A DTypedUriMatcherImplTest.java24 import com.android.providers.contacts.util.UriType;
36 private static enum TestUriType implements UriType {
94 private void assertUriTypeMatch(UriType expectedType, String uri) {

Completed in 97 milliseconds