Searched refs:sCurrentTimeFactory (Results 1 – 2 of 2) sorted by relevance
186 private var sCurrentTimeFactory: CurrentTimeFactory? = null in <lambda>() variable192 get() = (if (sCurrentTimeFactory == null) { in <lambda>()195 sCurrentTimeFactory!!.currentTime in <lambda>()199 sCurrentTimeFactory = currentTimeFactory in <lambda>()
140 private static CurrentTimeFactory sCurrentTimeFactory; field in AlarmStateManager147 return sCurrentTimeFactory == null in getCurrentTime()149 : sCurrentTimeFactory.getCurrentTime(); in getCurrentTime()153 sCurrentTimeFactory = currentTimeFactory; in setCurrentTimeFactory()