Merge "Midnight should mean midnight" into lmp-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
9939136121
@@ -98,7 +98,7 @@ public class MountServiceIdler extends JobService {
|
||||
private static Calendar tomorrowMidnight() {
|
||||
Calendar calendar = Calendar.getInstance();
|
||||
calendar.setTimeInMillis(System.currentTimeMillis());
|
||||
calendar.set(Calendar.HOUR, 0);
|
||||
calendar.set(Calendar.HOUR_OF_DAY, 0);
|
||||
calendar.set(Calendar.MINUTE, 0);
|
||||
calendar.set(Calendar.SECOND, 0);
|
||||
calendar.set(Calendar.MILLISECOND, 0);
|
||||
|
||||
Reference in New Issue
Block a user