Home
last modified time | relevance | path

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

/system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/
DCountryZoneTree.java91 boolean hasPriorityClash() { in hasPriorityClash() method in CountryZoneTree.ZoneNode
477 if (node.hasPriorityClash()) { in validateNoPriorityClashes()
507 if (node.hasPriorityClash()) { in calculateCountryZoneUsage()
566 boolean priorityClash = node.hasPriorityClash(); in createGraphvizFile()