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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/util/
H A DTypedUriMatcherImplTest.java58 TypedUriMatcherImpl<TestUriType> mTypedUriMatcherImpl; field in class:TypedUriMatcherImplTest
63 mTypedUriMatcherImpl =
95 assertEquals(expectedType, mTypedUriMatcherImpl.match(Uri.parse(uri)));

Completed in 34 milliseconds