Searched refs:timeInMillis (Results 1 – 3 of 3) sorted by relevance
36 private final long timeInMillis; field in CalendarWeekOfMonthTest208 public CalendarWeekOfMonthTest(long timeInMillis, String date, int firstDayOfWeek, in CalendarWeekOfMonthTest() argument210 this.timeInMillis = timeInMillis; in CalendarWeekOfMonthTest()223 calendar.setTimeInMillis(timeInMillis); in test()230 return "CalendarWeekOfMonthTest{" + "timeInMillis=" + timeInMillis in toString()
60 long timeInMillis) { in createIcuCalendar() argument62 calendar.setTimeInMillis(timeInMillis); in createIcuCalendar()
138 public static ZoneInfo createZoneInfo(ZoneInfoData delegate, long timeInMillis) { in createZoneInfo() argument139 Integer latestDstSavings = delegate.getLatestDstSavingsMillis(timeInMillis); in createZoneInfo()