Searched refs:runInMillis (Results 1 – 3 of 3) sorted by relevance
350 long runInMillis = ((24 - time.hour) * 3600 - time.minute * 60 - time.second + 1) * 1000; in setMidnightUpdater() local352 handler.postDelayed(runnable, runInMillis); in setMidnightUpdater()370 long runInMillis = getAlarmOnQuarterHour() - System.currentTimeMillis(); in setQuarterHourUpdater() local372 if (runInMillis < 1000) { in setQuarterHourUpdater()373 runInMillis = 1000; in setQuarterHourUpdater()376 handler.postDelayed(runnable, runInMillis); in setQuarterHourUpdater()
127 long runInMillis = (24 * 3600 - time.hour * 3600 - time.minute * 60 - in setMidnightHandler() local129 mMidnightHandler.postDelayed(mTimeUpdater, runInMillis); in setMidnightHandler()
1387 long runInMillis = (24 * 3600 - time.hour * 3600 - time.minute * 60 - in setMidnightUpdater() local1390 h.postDelayed(r, runInMillis); in setMidnightUpdater()