/frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/ |
Fountain_v11.java | 28 import android.provider.Settings.System;
|
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/ |
RSTest.java | 28 import android.provider.Settings.System;
|
/frameworks/base/tests/RenderScriptTests/tests_v11/src/com/android/rs/test/ |
RSTest_v11.java | 28 import android.provider.Settings.System;
|
/frameworks/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/ |
RSTest_v14.java | 28 import android.provider.Settings.System;
|
/frameworks/base/services/java/com/android/server/accessibility/ |
AccessibilityManagerService.java | 55 import android.provider.Settings; 222 Settings.Secure.ENABLED_ACCESSIBILITY_SERVICES, 227 Settings.Secure. 251 Settings.Secure.ENABLED_ACCESSIBILITY_SERVICES, 291 * {@link ContentObserver}s for {@link Settings.Secure#ACCESSIBILITY_ENABLED} 292 * and {@link Settings.Secure#ENABLED_ACCESSIBILITY_SERVICES} settings. 297 Uri accessibilityEnabledUri = Settings.Secure.getUriFor( 298 Settings.Secure.ACCESSIBILITY_ENABLED); 315 Uri touchExplorationRequestedUri = Settings.Secure.getUriFor [all...] |
/packages/apps/Settings/src/com/android/settings/tts/ |
TextToSpeechSettings.java | 17 package com.android.settings.tts; 19 import static android.provider.Settings.Secure.TTS_DEFAULT_RATE; 20 import static android.provider.Settings.Secure.TTS_DEFAULT_SYNTH; 22 import com.android.settings.R; 23 import com.android.settings.SettingsPreferenceFragment; 24 import com.android.settings.tts.TtsEnginePreference.RadioButtonGroupState; 36 import android.provider.Settings; 37 import android.provider.Settings.SettingNotFoundException; 100 * The initialization listener used when we are initalizing the settings 165 mDefaultRate = Settings.Secure.getInt(resolver, TTS_DEFAULT_RATE) [all...] |
/frameworks/base/core/java/android/preference/ |
VolumePreference.java | 30 import android.provider.Settings; 31 import android.provider.Settings.System; 273 defaultUri = Settings.System.DEFAULT_RINGTONE_URI; 275 defaultUri = Settings.System.DEFAULT_NOTIFICATION_URI; 277 defaultUri = Settings.System.DEFAULT_ALARM_ALERT_URI;
|
/frameworks/base/core/java/android/text/format/ |
DateFormat.java | 20 import android.provider.Settings; 204 String value = Settings.System.getString(context.getContentResolver(), 205 Settings.System.TIME_12_24); 270 String value = Settings.System.getString(context.getContentResolver(), 271 Settings.System.DATE_FORMAT); 393 String value = Settings.System.getString(context.getContentResolver(), 394 Settings.System.DATE_FORMAT);
|
/frameworks/base/core/java/android/webkit/ |
AccessibilityInjector.java | 22 import android.provider.Settings; 339 final int injectionSetting = Settings.Secure.getInt( 340 mContext.getContentResolver(), Settings.Secure.ACCESSIBILITY_SCRIPT_INJECTION, 0); 441 final String screenReaderUrl = Settings.Secure.getString( 442 mContext.getContentResolver(), Settings.Secure.ACCESSIBILITY_SCREEN_READER_URL); 448 * settings.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/ |
PowerUI.java | 36 import android.provider.Settings; 236 if (Settings.System.getInt(cr, Settings.System.POWER_SOUNDS_ENABLED, 1) == 1) { 237 final String soundPath = Settings.System.getString(cr, 238 Settings.System.LOW_BATTERY_SOUND);
|
/frameworks/base/core/tests/coretests/src/android/webkit/ |
AccessibilityInjectorTest.java | 27 import android.provider.Settings; [all...] |
/frameworks/base/services/java/com/android/server/ |
ConnectivityService.java | 71 import android.provider.Settings; 244 * used internally to reload global proxy settings 338 String id = Settings.Secure.getString(context.getContentResolver(), 339 Settings.Secure.ANDROID_ID); 347 String dns = Settings.Secure.getString(context.getContentResolver(), 348 Settings.Secure.DEFAULT_DNS_SERVER); 650 Settings.Secure.putInt(cr, Settings.Secure.NETWORK_PREFERENCE, preference); 662 /** Check system properties for the default value then use secure settings value, if any. */ 664 "conn." + Settings.Secure.CONNECTIVITY_CHANGE_DELAY [all...] |
DropBoxManagerService.java | 34 import android.provider.Settings; 148 Settings.Secure.CONTENT_URI, true, 266 return !"disabled".equals(Settings.Secure.getString( 267 mContentResolver, Settings.Secure.DROPBOX_TAG_PREFIX + tag)); 689 int ageSeconds = Settings.Secure.getInt(mContentResolver, 690 Settings.Secure.DROPBOX_AGE_SECONDS, DEFAULT_AGE_SECONDS); 691 int maxFiles = Settings.Secure.getInt(mContentResolver, 692 Settings.Secure.DROPBOX_MAX_FILES, DEFAULT_MAX_FILES); 711 int quotaPercent = Settings.Secure.getInt(mContentResolver, 712 Settings.Secure.DROPBOX_QUOTA_PERCENT, DEFAULT_QUOTA_PERCENT) [all...] |
VibratorService.java | 36 import android.provider.Settings; 37 import android.provider.Settings.SettingNotFoundException; 143 Settings.System.getUriFor(Settings.System.VIBRATE_INPUT_DEVICES), true, 344 mVibrateInputDevicesSetting = Settings.System.getInt(mContext.getContentResolver(), 345 Settings.System.VIBRATE_INPUT_DEVICES) > 0;
|
TextServicesManagerService.java | 39 import android.provider.Settings; 188 Settings.Secure.getString(mContext.getContentResolver(), 189 Settings.Secure.SELECTED_SPELL_CHECKER); 207 Settings.Secure.getString(mContext.getContentResolver(), 208 Settings.Secure.SELECTED_SPELL_CHECKER_SUBTYPE); 230 // Spell checker language settings == "auto" 462 Settings.Secure.putString(mContext.getContentResolver(), 463 Settings.Secure.SELECTED_SPELL_CHECKER, sciId); 484 Settings.Secure.putString(mContext.getContentResolver(), 485 Settings.Secure.SELECTED_SPELL_CHECKER_SUBTYPE, String.valueOf(tempHashCode)) [all...] |
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
PhoneWindowManager.java | 59 import android.provider.Settings; 482 // Behavior of ENDCALL Button. (See Settings.System.END_BUTTON_BEHAVIOR.) 486 // (See Settings.Secure.INCALL_POWER_BUTTON_BEHAVIOR.) 557 resolver.registerContentObserver(Settings.System.getUriFor( 558 Settings.System.END_BUTTON_BEHAVIOR), false, this); 559 resolver.registerContentObserver(Settings.Secure.getUriFor( 560 Settings.Secure.INCALL_POWER_BUTTON_BEHAVIOR), false, this); 561 resolver.registerContentObserver(Settings.System.getUriFor( 562 Settings.System.ACCELEROMETER_ROTATION), false, this); 563 resolver.registerContentObserver(Settings.System.getUriFor [all...] |
KeyguardUpdateMonitor.java | 36 import android.provider.Settings; 220 mDeviceProvisioned = Settings.Secure.getInt( 221 mContext.getContentResolver(), Settings.Secure.DEVICE_PROVISIONED, 0) != 0; 230 mDeviceProvisioned = Settings.Secure.getInt(mContext.getContentResolver(), 231 Settings.Secure.DEVICE_PROVISIONED, 0) != 0; 240 Settings.Secure.getUriFor(Settings.Secure.DEVICE_PROVISIONED), 245 boolean provisioned = Settings.Secure.getInt(mContext.getContentResolver(), 246 Settings.Secure.DEVICE_PROVISIONED, 0) != 0;
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
DataConnectionTracker.java | 40 import android.provider.Settings; 41 import android.provider.Settings.SettingNotFoundException; 77 * FAILED: data connection fail for all apns settings 379 Settings.Secure.getUriFor(Settings.Secure.DATA_ROAMING), false, this); 513 mUserDataEnabled = Settings.Secure.getInt( 514 mPhone.getContext().getContentResolver(), Settings.Secure.MOBILE_DATA, 1) == 1; 532 // watch for changes to Settings.Secure.DATA_ROAMING 575 String apnData = Settings.Secure.getString(c.getContentResolver(), 576 Settings.Secure.TETHER_DUN_APN) [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GsmServiceStateTracker.java | 52 import android.provider.Settings; 53 import android.provider.Settings.SettingNotFoundException; 219 // system setting property AIRPLANE_MODE_ON is set in Settings. 220 int airplaneMode = Settings.System.getInt( 222 Settings.System.AIRPLANE_MODE_ON, 0); 227 Settings.System.getUriFor(Settings.System.AUTO_TIME), true, 230 Settings.System.getUriFor(Settings.System.AUTO_TIME_ZONE), true, [all...] |
/frameworks/base/core/java/android/hardware/input/ |
InputManager.java | 32 import android.provider.Settings; 33 import android.provider.Settings.SettingNotFoundException; 98 * keyboard layout settings. 514 speed = Settings.System.getInt(context.getContentResolver(), 515 Settings.System.POINTER_SPEED); 538 Settings.System.putInt(context.getContentResolver(), 539 Settings.System.POINTER_SPEED, speed);
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
LegacyContactsProviderTest.java | 37 import android.provider.Contacts.Settings; [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
ConnectionAccessClientActivity.java | 28 import android.provider.Settings; 55 View settings = findViewById(R.id.bt_settings); local 56 settings.setOnClickListener(new OnClickListener() { 59 startActivity(new Intent(Settings.ACTION_BLUETOOTH_SETTINGS));
|
ConnectionAccessServerActivity.java | 32 import android.provider.Settings; 61 View settings = findViewById(R.id.bt_settings); local 62 settings.setOnClickListener(new OnClickListener() { 65 startActivity(new Intent(Settings.ACTION_BLUETOOTH_SETTINGS));
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/ |
P2pTestListActivity.java | 27 import android.provider.Settings; 137 * Show the dialog to jump to system settings in order to enable 149 startActivity(new Intent(Settings.ACTION_WIFI_SETTINGS));
|
/cts/tests/tests/content/src/android/content/cts/ |
AvailableIntentsTest.java | 27 import android.provider.Settings; 156 assertCanBeHandled(new Intent(Settings.ACTION_SETTINGS));
|