Home
last modified time | relevance | path

Searched refs:mustHaveProjectionSet (Results 1 – 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java1364 Set<String> mustHaveProjectionSet = Sets.newHashSet(mustHaveProjection); in assertContainProjection() local
1365 actualProjectionSet.retainAll(mustHaveProjectionSet); in assertContainProjection()
1366 MoreAsserts.assertEquals(mustHaveProjectionSet, actualProjectionSet); in assertContainProjection()