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.java1329 String[] actualProjection = cursor.getColumnNames(); in assertProjection() local
1331 Sets.newHashSet(expectedProjection), Sets.newHashSet(actualProjection)); in assertProjection()
1337 String[] actualProjection = cursor.getColumnNames(); in assertContainProjection() local
1338 Set<String> actualProjectionSet = Sets.newHashSet(actualProjection); in assertContainProjection()