Searched refs:runInMillis (Results 1 – 2 of 2) sorted by relevance
87 val runInMillis: Long = ((24 * 3600 - time.hour * 3600 - time.minute * 60 - in setMidnightHandler() constant89 mMidnightHandler?.postDelayed(mTimeUpdater, runInMillis) in setMidnightHandler()
1326 val runInMillis: Long = ((24 * 3600 - time.hour * 3600 - time.minute * 60 - in setMidnightUpdater() constant1329 h.postDelayed(r, runInMillis) in setMidnightUpdater()