Searched refs:getNextMidnight (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaByDayAdapter.java354 long nextMidnight = Utils.getNextMidnight(tempTime,
383 long nextMidnight = Utils.getNextMidnight(tempTime, startTime, mTimeZone);
419 long nextMidnight = Utils.getNextMidnight(tempTime, info.mEventStartTimeMilli,
/packages/apps/Calendar/src/com/android/calendar/
H A DUtils.java764 public static long getNextMidnight(Time recycle, long theTime, String tz) { method in class:Utils

Completed in 53 milliseconds