Home
last modified time | relevance | path

Searched refs:getAutoState (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
DDateTimeSettings.java94 boolean autoTimeEnabled = getAutoState(Settings.Global.AUTO_TIME); in initUI()
95 boolean autoTimeZoneEnabled = getAutoState(Settings.Global.AUTO_TIME_ZONE); in initUI()
310 private boolean getAutoState(String name) { in getAutoState() method in DateTimeSettings