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

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

Completed in 58 milliseconds