Searched refs:actualProjection (Results 1 – 1 of 1) sorted by relevance
1341 String[] actualProjection = cursor.getColumnNames(); in assertProjection() local1343 Sets.newHashSet(expectedProjection), Sets.newHashSet(actualProjection)); in assertProjection()1349 String[] actualProjection = cursor.getColumnNames(); in assertContainProjection() local1350 Set<String> actualProjectionSet = Sets.newHashSet(actualProjection); in assertContainProjection()