Home
last modified time | relevance | path

Searched refs:seenPartitions (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/os/src/android/os/cts/
DBuildVersionTest.java120 Set<String> seenPartitions = new HashSet<>(); in testPartitions() local
124 boolean unique = seenPartitions.add(partition.getName()); in testPartitions()
127 assertTrue(seenPartitions.contains(Build.Partition.PARTITION_NAME_SYSTEM)); in testPartitions()