/build/target/product/ |
large_emu_hw.mk | 37 Settings \
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
HTMLParserOptions.cpp | 33 #include "core/page/Settings.h" 43 Settings* settings = document ? document->settings() : 0; local 46 useThreading = settings && settings->threadedHTMLParser() && !document->url().isBlankURL() 47 && (settings->useThreadedHTMLParserForDataURLs() || !document->url().protocolIsData());
|
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
InternalSettings.h | 43 class Settings; 49 explicit Backup(Settings*); 50 void restoreTo(Settings*); 118 Settings* settings() const;
|
InternalSettings.cpp | 34 #include "core/page/Settings.h" 40 if (!settings()) { \ 46 if (!settings()) { \ 59 InternalSettings::Backup::Backup(Settings* settings) 62 , m_originalExperimentalWebSocketEnabled(settings->experimentalWebSocketEnabled()) 64 , m_originalEditingBehavior(settings->editingBehaviorType()) 65 , m_originalTextAutosizingEnabled(settings->textAutosizingEnabled()) 66 , m_originalTextAutosizingWindowSizeOverride(settings->textAutosizingWindowSizeOverride()) 67 , m_originalTextAutosizingFontScaleFactor(settings->textAutosizingFontScaleFactor() 151 Settings* InternalSettings::settings() const function in class:WebCore::InternalSettings [all...] |
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
ShortcutManager.java | 24 import android.provider.Settings; 44 Settings.Bookmarks.SHORTCUT, Settings.Bookmarks.INTENT 62 Settings.Bookmarks.CONTENT_URI, sProjection, null, null, null);
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
SimFullReceiver.java | 26 import android.provider.Settings; 39 if (Settings.Global.getInt(context.getContentResolver(), 40 Settings.Global.DEVICE_PROVISIONED, 0) == 1 &&
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
AccessibilityUtils.java | 17 package com.android.settings.accessibility; 23 import android.provider.Settings; 32 * Utility methods used within accessibility settings. 40 final String enabledServicesSetting = Settings.Secure.getString( 41 context.getContentResolver(), Settings.Secure.ENABLED_ACCESSIBILITY_SERVICES);
|
AccessibilitySettings.java | 17 package com.android.settings.accessibility; 42 import android.provider.Settings; 55 import com.android.settings.DialogCreatable; 56 import com.android.settings.R; 57 import com.android.settings.SettingsPreferenceFragment; 58 import com.android.settings.Utils; 67 * Activity with the accessibility settings. 242 Settings.Secure.putInt(getContentResolver(), 243 Settings.Secure.LONG_PRESS_TIMEOUT, Integer.parseInt(stringValue)); 285 Settings.Secure.putInt(getContentResolver() [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/ |
SetupActivity.java | 23 import android.provider.Settings; 78 final String currentImeId = Settings.Secure.getString( 79 context.getContentResolver(), Settings.Secure.DEFAULT_INPUT_METHOD);
|
/packages/apps/Settings/src/com/android/settings/widget/ |
SettingsAppWidgetProvider.java | 17 package com.android.settings.widget; 39 import android.provider.Settings; 43 import com.android.settings.R; 44 import com.android.settings.bluetooth.LocalBluetoothAdapter; 45 import com.android.settings.bluetooth.LocalBluetoothManager; 48 * Provides control of power-related settings from a widget. 54 new ComponentName("com.android.settings", 55 "com.android.settings.widget.SettingsAppWidgetProvider"); 385 // settings write off the UI thread, as it can take a 467 // settings write off the UI thread, as it can take [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
Settings_SecureTest.java | 22 import android.provider.Settings; 23 import android.provider.Settings.Secure; 24 import android.provider.Settings.SettingNotFoundException; 48 /** Check that the settings that will be used for testing have proper values. */ 157 0, Settings.Global.getInt(cr, Settings.Global.INSTALL_NON_MARKET_APPS));
|
/frameworks/base/core/java/android/util/ |
NtpTrustedTime.java | 24 import android.provider.Settings; 62 final String secureServer = Settings.Global.getString( 63 resolver, Settings.Global.NTP_SERVER); 64 final long timeout = Settings.Global.getLong( 65 resolver, Settings.Global.NTP_TIMEOUT, defaultTimeout);
|
/frameworks/base/services/java/com/android/server/ |
SamplingProfilerService.java | 28 import android.provider.Settings; 93 Settings.Global.getUriFor(Settings.Global.SAMPLING_PROFILER_MS), 114 Integer samplingProfilerMs = Settings.Global.getInt( 115 mContentResolver, Settings.Global.SAMPLING_PROFILER_MS, 0);
|
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/core/ |
ShellUiAutomatorBridge.java | 33 import android.provider.Settings; 60 String providerName = Settings.Secure.CONTENT_URI.getAuthority(); 69 cursor = provider.query(null, Settings.Secure.CONTENT_URI, 71 Settings.Secure.VALUE 74 Settings.Secure.LONG_PRESS_TIMEOUT
|
/packages/apps/Settings/src/com/android/settings/ |
DevelopmentSettings.java | 17 package com.android.settings; 55 import android.provider.Settings; 82 * Preference file were development settings prefs are stored. 87 * Whether to show the development settings to the user. Default is false. 431 mLastEnabledState = Settings.Global.getInt(cr, 432 Settings.Global.DEVELOPMENT_SETTINGS_ENABLED, 0) != 0; 438 // settings that are enabled. This is an invalid state. Switch 439 // to debug settings being enabled, so the user knows there is 441 Settings.Global.putInt(getActivity().getContentResolver(), 442 Settings.Global.DEVELOPMENT_SETTINGS_ENABLED, 1) [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
RingtoneManagerTest.java | 29 import android.provider.Settings; 57 // backup ringer settings 67 // restore original ringer settings 87 assertNotNull(RingtoneManager.getRingtone(mContext, Settings.System.DEFAULT_RINGTONE_URI)); 97 assertEquals(Settings.System.DEFAULT_RINGTONE_URI, 99 assertEquals(Settings.System.DEFAULT_NOTIFICATION_URI, 102 RingtoneManager.getDefaultType(Settings.System.DEFAULT_RINGTONE_URI)); 104 RingtoneManager.getDefaultType(Settings.System.DEFAULT_NOTIFICATION_URI)); 105 assertTrue(RingtoneManager.isDefault(Settings.System.DEFAULT_RINGTONE_URI));
|
/frameworks/base/media/java/android/media/audiofx/ |
BassBoost.java | 217 * The Settings class regroups all bass boost parameters. It is used in 221 public static class Settings { 224 public Settings() { 228 * Settings class constructor from a key=value; pairs formatted string. The string is 229 * typically returned by Settings.toString() method. 232 public Settings(String settings) { 233 StringTokenizer st = new StringTokenizer(settings, "=;"); 236 throw new IllegalArgumentException("settings: " + settings); 275 Settings settings = new Settings(); local [all...] |
Virtualizer.java | 219 * The Settings class regroups all virtualizer parameters. It is used in 223 public static class Settings { 226 public Settings() { 230 * Settings class constructor from a key=value; pairs formatted string. The string is 231 * typically returned by Settings.toString() method. 234 public Settings(String settings) { 235 StringTokenizer st = new StringTokenizer(settings, "=;"); 238 throw new IllegalArgumentException("settings: " + settings); 277 Settings settings = new Settings(); local [all...] |
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
PackageManagerSettingsTests.java | 141 Settings settings = new Settings(getContext(), getContext().getFilesDir()); local 142 assertEquals(true, settings.readLPw(null, null, 0, false)); 143 assertNotNull(settings.peekPackageLPr(PACKAGE_NAME_3)); 144 assertNotNull(settings.peekPackageLPr(PACKAGE_NAME_1)); 146 PackageSetting ps = settings.peekPackageLPr(PACKAGE_NAME_1); 150 ps = settings.peekPackageLPr(PACKAGE_NAME_2); 159 Settings settings = new Settings(getContext(), getContext().getFilesDir()) local 174 Settings settings = new Settings(getContext(), getContext().getFilesDir()); local [all...] |
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
InputMethodAndSubtypeUtil.java | 17 package com.android.settings.inputmethod; 20 import com.android.settings.SettingsPreferenceFragment; 26 import android.provider.Settings; 27 import android.provider.Settings.SettingNotFoundException; 56 // Inputmethod and subtypes are saved in the settings as follows: 91 return Settings.Secure.getInt(resolver, 92 Settings.Secure.SELECTED_INPUT_METHOD_SUBTYPE); 103 Settings.Secure.putInt(resolver, Settings.Secure.SELECTED_INPUT_METHOD_SUBTYPE, hashCode); 109 final String enabledInputMethodsStr = Settings.Secure.getString [all...] |
/external/chromium_org/chrome/browser/ui/webui/options/ |
settings_app_browsertest.js | 6 * TestFixture for App Launcher's Settings App testing. 16 * Browse to Settings App page, in a browser. 18 browsePreload: 'chrome://settings-frame/options_settings_app.html', 23 // Test opening Settings App, and do some checks on section visibility. 25 // Note there is no location bar in the Settings App. 36 // Spot-check some regular settings items that should be hidden. 43 // Check functionality of LoadTimeData.overrideValues(), which the Settings App
|
/frameworks/base/cmds/settings/src/com/android/commands/settings/ |
SettingsCmd.java | 17 package com.android.commands.settings; 28 import android.provider.Settings; 31 static final String TAG = "settings"; 57 System.err.println("Unable to run settings command"); 126 "settings", UserHandle.USER_OWNER, token); 128 throw new IllegalStateException("Could not find settings provider"); 146 activityManager.removeContentProviderExternal("settings", token); 150 System.err.println("Error while accessing settings provider"); 171 if ("system".equals(table)) callGetCommand = Settings.CALL_METHOD_GET_SYSTEM; 172 else if ("secure".equals(table)) callGetCommand = Settings.CALL_METHOD_GET_SECURE [all...] |
/packages/apps/Settings/src/com/android/settings/wifi/ |
AdvancedWifiSettings.java | 17 package com.android.settings.wifi; 29 import android.provider.Settings; 30 import android.provider.Settings.Global; 36 import com.android.settings.R; 37 import com.android.settings.SettingsPreferenceFragment; 38 import com.android.settings.Utils; 78 notifyOpenNetworks.setChecked(Settings.Global.getInt(getContentResolver(), 79 Settings.Global.WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON, 0) == 1); 136 int value = Settings.Global.getInt(getContentResolver(), 137 Settings.Global.WIFI_SLEEP_POLICY [all...] |
WifiApEnabler.java | 17 package com.android.settings.wifi; 19 import com.android.settings.R; 20 import com.android.settings.WirelessSettings; 37 import android.provider.Settings; 101 boolean isAirplaneMode = Settings.Global.getInt(mContext.getContentResolver(), 102 Settings.Global.AIRPLANE_MODE_ON, 0) != 0; 120 Settings.Global.putInt(cr, Settings.Global.WIFI_SAVED_STATE, 1); 136 wifiSavedState = Settings.Global.getInt(cr, Settings.Global.WIFI_SAVED_STATE) [all...] |
/cts/tests/tests/text/src/android/text/format/cts/ |
DateFormatTest.java | 22 import android.provider.Settings; 58 mDefaultFormat = Settings.System.getString(mContext.getContentResolver(), 59 Settings.System.DATE_FORMAT); 65 Settings.System.putString(mContentResolver, Settings.System.TIME_12_24, "12"); 70 Settings.System.putString(mContentResolver, Settings.System.DATE_FORMAT, mDefaultFormat); 76 Settings.System.putString(mContentResolver, Settings.System.TIME_12_24, "24"); 78 Settings.System.putString(mContentResolver, Settings.System.TIME_12_24, "12") [all...] |