Searched defs:theTime (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
H A DUtils.java580 * Finds and returns the next midnight after "theTime" in milliseconds UTC
583 * @param theTime - Time used for calculations (in UTC)
586 public static long getNextMidnight(Time recycle, long theTime, String tz) { argument
591 recycle.set(theTime);

Completed in 53 milliseconds