Searched refs:singleCountry (Results 1 – 1 of 1) sorted by relevance
1291 …public MetazoneInfo(String metazoneId, String golden, boolean singleCountry, boolean hasDaylight) { in MetazoneInfo() argument1294 this.singleCountry = singleCountry; in MetazoneInfo()1311 private final boolean singleCountry; field in GenerateXMB.MetazoneInfo1351 + "\t" + (singleCountry ? "singleCountry" : "") in toString()1378 for (boolean singleCountry : new boolean[] { false }) { in showMetazoneInfo()1382 if (mzone.singleCountry != singleCountry) continue; in showMetazoneInfo()