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

/frameworks/base/services/java/com/android/server/
H A DWatchdog.java630 realStartTime = computeCalendarTime(mCalendar, now,
648 realStartTime = computeCalendarTime(mCalendar,
663 realStartTime = computeCalendarTime(mCalendar,
670 realStartTime = computeCalendarTime(mCalendar,
757 mMemcheckExecEndTime = computeCalendarTime(mCalendar, curTime,
762 mMemcheckExecEndTime = computeCalendarTime(mCalendar, curTime,
765 mMemcheckExecStartTime = computeCalendarTime(mCalendar, curTime,
778 static long computeCalendarTime(Calendar c, long curTime, method in class:Watchdog

Completed in 4 milliseconds