Home | History | Annotate | Download | only in settings

Lines Matching refs:Settings

17 package com.android.settings;
26 import android.provider.Settings;
27 import android.provider.Settings.SettingNotFoundException;
59 // Otherwise, we use the standard date time settings fragment.
182 Settings.Global.putInt(getContentResolver(), Settings.Global.AUTO_TIME,
206 Settings.Global.putInt(getContentResolver(),
207 Settings.Global.AUTO_TIME_ZONE,
217 Settings.Global.putInt(getContentResolver(),
218 Settings.Global.AUTO_TIME,
292 return Settings.Global.getInt(getContentResolver(), Settings.Global.AUTO_TIME) > 0;
301 return Settings.Global.getInt(getContentResolver(),
302 Settings.Global.AUTO_TIME_ZONE) > 0;