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