Searched refs:getNextMidnight (Results 1 – 2 of 2) sorted by relevance
354 long nextMidnight = Utils.getNextMidnight(tempTime, in calculateDays()383 long nextMidnight = Utils.getNextMidnight(tempTime, startTime, mTimeZone); in calculateDays()419 long nextMidnight = Utils.getNextMidnight(tempTime, info.mEventStartTimeMilli, in calculateDays()
764 public static long getNextMidnight(Time recycle, long theTime, String tz) { in getNextMidnight() method in Utils