Searched refs:firstMillisInDay (Results 1 – 2 of 2) sorted by relevance
675 double firstMillisInDay = hr * 3600000 + min * 60000 + sec * 1000 + msec; in test4083167() local687 if (firstMillisInDay != millisInDay) in test4083167()
719 double firstMillisInDay = hr * 3600000 + min * 60000 + sec * 1000 + msec; in test4083167() local731 if (firstMillisInDay != millisInDay) in test4083167()