Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java1341 String[] actualProjection = cursor.getColumnNames(); in assertProjection() local
1343 Sets.newHashSet(expectedProjection), Sets.newHashSet(actualProjection)); in assertProjection()
1349 String[] actualProjection = cursor.getColumnNames(); in assertContainProjection() local
1350 Set<String> actualProjectionSet = Sets.newHashSet(actualProjection); in assertContainProjection()