Home
last modified time | relevance | path

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

/aosp12/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/
H A DCountryZoneTree.java92 boolean hasPriorityClash() { in hasPriorityClash() method in CountryZoneTree.ZoneNode
478 if (node.hasPriorityClash()) { in validateNoPriorityClashes()
508 if (node.hasPriorityClash()) { in calculateCountryZoneUsage()
596 boolean priorityClash = node.hasPriorityClash(); in createGraphvizFile()