Home | History | Annotate | Download | only in timezone

Lines Matching refs:gotID

300             String gotID = zone.getID();
303 logln(id + " -> " + gotID + " " + gotOffset);
308 if (!expId.equals(gotID)) {
310 logln("ID for " + id + " - returned:" + gotID + " expected:" + expId);
312 errln("FAIL: Unexpected ID for " + id + " - returned:" + gotID + " expected:" + expId);