Lines Matching refs:Settings
17 package com.android.settings;
30 import android.provider.Settings;
31 import android.provider.Settings.SettingNotFoundException;
86 Settings.System.getUriFor(Settings.System.SCREEN_BRIGHTNESS), true,
90 Settings.System.getUriFor(Settings.System.SCREEN_BRIGHTNESS_MODE), true,
129 setMode(isChecked ? Settings.System.SCREEN_BRIGHTNESS_MODE_AUTOMATIC
130 : Settings.System.SCREEN_BRIGHTNESS_MODE_MANUAL);
139 brightness = Settings.System.getInt(getContext().getContentResolver(),
140 Settings.System.SCREEN_BRIGHTNESS);
149 brightnessMode = Settings.System.getInt(getContext().getContentResolver(),
150 Settings.System.SCREEN_BRIGHTNESS_MODE);
173 Settings.System.putInt(resolver,
174 Settings.System.SCREEN_BRIGHTNESS,
209 if (mode == Settings.System.SCREEN_BRIGHTNESS_MODE_AUTOMATIC) {
214 Settings.System.putInt(getContext().getContentResolver(),
215 Settings.System.SCREEN_BRIGHTNESS_MODE, mode);