Lines Matching refs:Settings
17 package com.android.settings;
32 import android.provider.Settings;
33 import android.provider.Settings.SettingNotFoundException;
65 // Otherwise, we use the standard date time settings fragment.
188 Settings.Global.putInt(getContentResolver(), Settings.Global.AUTO_TIME,
212 Settings.Global.putInt(getContentResolver(),
213 Settings.Global.AUTO_TIME_ZONE,
223 Settings.Global.putInt(getContentResolver(),
224 Settings.Global.AUTO_TIME,
298 return Settings.Global.getInt(getContentResolver(), Settings.Global.AUTO_TIME) > 0;
307 return Settings.Global.getInt(getContentResolver(),
308 Settings.Global.AUTO_TIME_ZONE) > 0;