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