Searched refs:dstAdjustmentMillis (Results 1 – 3 of 3) sorted by relevance
141 Integer dstAdjustmentMillis = nitzData.getDstAdjustmentMillis(); in lookupByNitzCountry() local142 if (dstAdjustmentMillis == null) { in lookupByNitzCountry()149 boolean isDst = dstAdjustmentMillis != 0; in lookupByNitzCountry()175 Integer dstAdjustmentMillis = nitzData.getDstAdjustmentMillis(); in lookupByNitz() local176 Boolean isDst = dstAdjustmentMillis == null ? null : dstAdjustmentMillis != 0; in lookupByNitz()
123 Integer dstAdjustmentMillis = null; in parse() local125 dstAdjustmentMillis = dstAdjustmentHours * MS_PER_HOUR; in parse()137 return new NitzData(nitz, totalUtcOffsetMillis, dstAdjustmentMillis, epochMillis, zone); in parse()
4140 Integer dstAdjustmentMillis = lastNitzData.getDstAdjustmentMillis(); in fixUnknownMcc() local4141 isDst = (dstAdjustmentMillis != null) && (dstAdjustmentMillis != 0); in fixUnknownMcc()