Searched refs:setMidnightUpdater (Results 1 – 2 of 2) sorted by relevance
183 Utils.setMidnightUpdater(mHandler, mTimeChangesUpdater, mTimeZone) in run()193 Utils.setMidnightUpdater(mHandler, this, mTimeZone) in run()470 Utils.setMidnightUpdater(mHandler, mTimeChangesUpdater, mTimeZone) in onResume()
1319 @JvmStatic fun setMidnightUpdater(h: Handler?, r: Runnable?, timezone: String?) { in setMidnightUpdater() method