Searched refs:getDisplayClockSeconds (Results 1 – 6 of 6) sorted by relevance
79 boolean getDisplayClockSeconds() { in getDisplayClockSeconds() method in SettingsModel80 return SettingsDAO.getDisplayClockSeconds(mPrefs); in getDisplayClockSeconds()
984 public boolean getDisplayClockSeconds() { in getDisplayClockSeconds() method in DataModel986 return mSettingsModel.getDisplayClockSeconds(); in getDisplayClockSeconds()
67 get() = SettingsDAO.getDisplayClockSeconds(mPrefs)
133 fun getDisplayClockSeconds(prefs: SharedPreferences): Boolean { in getDisplayClockSeconds() method
144 static boolean getDisplayClockSeconds(SharedPreferences prefs) { in getDisplayClockSeconds() method in SettingsDAO
200 final boolean displaySeconds = DataModel.getDataModel().getDisplayClockSeconds(); in setClockSecondsEnabled()