Home | History | Annotate | Download | only in util

Lines Matching defs:ONE_SECOND

406     private static final int  ONE_SECOND = 1000;
407 private static final int ONE_MINUTE = 60*ONE_SECOND;
2391 internalSet(SECOND, r / ONE_SECOND);
2392 internalSet(MILLISECOND, r % ONE_SECOND);