Searched refs:getDstAdjustedMillis (Results 1 – 1 of 1) sorted by relevance
222 private long getDstAdjustedMillis(boolean apply, long ms) { in getDstAdjustedMillis() method in Time240 return getDstAdjustedMillis(false, normalizeInternal()); in normalize()244 return getDstAdjustedMillis(true, normalizeInternal()); in normalizeApplyDst()266 return getDstAdjustedMillis(false, mCalendar.getTimeInMillis()); in toMillis()270 return getDstAdjustedMillis(true, mCalendar.getTimeInMillis()); in toMillisApplyDst()