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.java1350 Set<String> mustHaveProjectionSet = Sets.newHashSet(mustHaveProjection); in assertContainProjection() local
1351 actualProjectionSet.retainAll(mustHaveProjectionSet); in assertContainProjection()
1352 MoreAsserts.assertEquals(mustHaveProjectionSet, actualProjectionSet); in assertContainProjection()