Searched refs:seenPartitions (Results 1 – 1 of 1) sorted by relevance
120 Set<String> seenPartitions = new HashSet<>(); in testPartitions() local124 boolean unique = seenPartitions.add(partition.getName()); in testPartitions()127 assertTrue(seenPartitions.contains(Build.Partition.PARTITION_NAME_SYSTEM)); in testPartitions()