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