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.java1340 String[] actualProjection = cursor.getColumnNames(); in assertProjection() local
1342 Sets.newHashSet(expectedProjection), Sets.newHashSet(actualProjection)); in assertProjection()
1348 String[] actualProjection = cursor.getColumnNames(); in assertContainProjection() local
1349 Set<String> actualProjectionSet = Sets.newHashSet(actualProjection); in assertContainProjection()