Searched refs:sCurrentTimeFactory (Results 1 – 1 of 1) sorted by relevance
139 private static CurrentTimeFactory sCurrentTimeFactory; field in AlarmStateManager146 return sCurrentTimeFactory == null ? in getCurrentTime()147 Calendar.getInstance() : sCurrentTimeFactory.getCurrentTime(); in getCurrentTime()150 sCurrentTimeFactory = currentTimeFactory; in setCurrentTimeFactory()