HomeSort by relevance Sort by last modified time
    Searched full:tomorrowindays (Results 1 - 1 of 1) sorted by null

  /libcore/ojluni/src/test/java/nio/file/attribute/
FileTimeTest.java 50 long tomorrowInDays = TimeUnit.DAYS.convert(now, MILLISECONDS) + 1;
72 cmp(tomorrowInDays, DAYS, now, MILLISECONDS, 1);
73 cmp(now, MILLISECONDS, tomorrowInDays, DAYS, -1);
103 cmp(nowInstant, tomorrowInDays, DAYS, -1);

Completed in 107 milliseconds