HomeSort by relevance Sort by last modified time
    Searched refs:settings (Results 426 - 450 of 626) sorted by null

<<11121314151617181920>>

  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java 170 WebSettings settings = mWebView.getSettings(); local
171 assertTrue(settings.supportZoom());
176 settings.setSupportZoom(false);
177 assertFalse(settings.supportZoom());
188 WebSettings settings = mWebView.getSettings(); local
189 assertTrue(settings.supportZoom());
220 WebSettings settings = mWebView.getSettings(); local
221 settings.setSupportZoom(false);
222 assertFalse(settings.supportZoom());
226 // can zoom in or out although zoom support is disabled in web settings
561 WebSettings settings = mWebView.getSettings(); local
1748 WebSettings settings = mWebView.getSettings(); local
    [all...]
WebViewClientTest.java 145 final WebSettings settings = mWebView.getSettings(); local
146 settings.setJavaScriptEnabled(true);
  /external/webkit/WebCore/platform/wx/wxcode/gtk/
scrollbar_render.cpp 34 #include <wx/settings.h>
  /external/webkit/WebCore/storage/
StorageAreaImpl.cpp 34 #include "Settings.h"
107 return frame->page()->settings()->privateBrowsingEnabled();
  /external/webkit/WebCore/xml/
XMLHttpRequest.cpp 40 #include "Settings.h"
192 Settings* settings = document()->settings();
193 return settings && settings->usesDashboardBackwardCompatibilityMode();
  /external/webkit/WebKit/qt/Api/
qgraphicswebview.h 75 QWebSettings* settings() const;
qwebpage_p.h 174 QWebSettings *settings; member in class:QWebPagePrivate
qwebview.h 69 QWebSettings* settings() const;
  /external/webkit/WebKit/qt/tests/qwebview/
tst_qwebview.cpp 135 page->settings()->setAttribute(QWebSettings::PluginsEnabled, true);
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsHelper.java 17 package com.android.providers.settings;
34 import android.provider.Settings;
68 if (Settings.System.SCREEN_BRIGHTNESS.equals(name)) {
70 } else if (Settings.System.SOUND_EFFECTS_ENABLED.equals(name)) {
72 } else if (Settings.Secure.LOCATION_PROVIDERS_ALLOWED.equals(name)) {
75 } else if (Settings.Secure.BACKUP_AUTO_RESTORE.equals(name)) {
98 Settings.Secure.setLocationProviderEnabled(
186 * Informs the audio service of changes to the settings so that
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
StkCmdMessage.java 38 * Container for Launch Browser command settings.
46 * Container for Call Setup command settings.
80 mToneSettings = params.settings;
  /packages/apps/AccountsAndSyncSettings/src/com/android/settings/
AccountPreferenceBase.java 17 package com.android.settings;
AddAccountSettings.java 17 package com.android.settings;
SyncActivityTooManyDeletes.java 17 package com.android.settings;
  /packages/apps/Settings/src/com/android/settings/
ApplicationSettings.java 17 package com.android.settings;
29 import android.provider.Settings;
64 boolean userSetInstLocation = (Settings.System.getInt(getContentResolver(),
65 Settings.Secure.SET_INSTALL_LOCATION, 0) != 0);
88 Settings.System.putInt(getContentResolver(),
89 Settings.Secure.DEFAULT_INSTALL_LOCATION, APP_INSTALL_DEVICE);
91 Settings.System.putInt(getContentResolver(),
92 Settings.Secure.DEFAULT_INSTALL_LOCATION, APP_INSTALL_SDCARD);
94 Settings.System.putInt(getContentResolver(),
95 Settings.Secure.DEFAULT_INSTALL_LOCATION, APP_INSTALL_AUTO)
    [all...]
BrightnessPreference.java 17 package com.android.settings;
24 import android.provider.Settings;
25 import android.provider.Settings.SettingNotFoundException;
68 mOldBrightness = Settings.System.getInt(getContext().getContentResolver(),
69 Settings.System.SCREEN_BRIGHTNESS);
79 mOldAutomatic = Settings.System.getInt(getContext().getContentResolver(),
80 Settings.System.SCREEN_BRIGHTNESS_MODE);
105 setMode(isChecked ? Settings.System.SCREEN_BRIGHTNESS_MODE_AUTOMATIC
106 : Settings.System.SCREEN_BRIGHTNESS_MODE_MANUAL);
117 Settings.System.putInt(getContext().getContentResolver(),
    [all...]
ConfirmLockPassword.java 17 package com.android.settings;
Display.java 17 package com.android.settings;
PrivacySettings.java 17 package com.android.settings;
34 import android.provider.Settings;
39 * Gesture lock pattern settings.
45 private static final String GSETTINGS_PROVIDER = "com.google.settings";
127 final boolean backupEnabled = Settings.Secure.getInt(res,
128 Settings.Secure.BACKUP_ENABLED, 0) == 1;
131 mAutoRestore.setChecked(Settings.Secure.getInt(res,
132 Settings.Secure.BACKUP_AUTO_RESTORE, 1) == 1);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothNamePreference.java 17 package com.android.settings.bluetooth;
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java 17 package com.android.settings.fuelgauge;
35 import android.provider.Settings;
43 import com.android.settings.R;
44 import com.android.settings.applications.InstalledAppDetails;
45 import com.android.settings.applications.ManageApplications;
211 // check if error reporting is enabled in secure settings
212 int enabled = Settings.Secure.getInt(getContentResolver(),
213 Settings.Secure.SEND_ACTION_APP_ERROR, 0);
239 startActivity(new Intent(Settings.ACTION_DISPLAY_SETTINGS));
242 startActivity(new Intent(Settings.ACTION_WIFI_SETTINGS))
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
SettingsAppWidgetProvider.java 17 package com.android.settings.widget;
37 import android.provider.Settings;
40 import com.android.settings.R;
41 import com.android.settings.bluetooth.LocalBluetoothManager;
44 * Provides control of power-related settings from a widget.
50 new ComponentName("com.android.settings",
51 "com.android.settings.widget.SettingsAppWidgetProvider");
351 // settings write off the UI thread, as it can take a
430 // settings write off the UI thread, as it can take a
485 boolean on = Settings.Secure.isLocationProviderEnabled
    [all...]
  /packages/apps/Settings/tests/src/com/android/settings/tests/
BluetoothRequestPermissionTest.java 17 package com.android.settings.tests;
  /external/emma/ant/ant14/com/vladium/emma/
emmajavaTask.java 149 // all other generic settings:
158 // verbosity settings use dedicated attributes and hence are more specific
162 // (1) file settings have lower priority than any explicitly named overrides
163 // (2) named report settings override generic named settings
164 // (3) verbosity settings use dedicated attributes (not overlapping with report
166 final IProperties settings = IProperties.Factory.combine (reportSettings, local
171 final String [] argForm = settings.toAppArgsForm ("-D");
  /external/openssl/crypto/threads/
netware.bat 5 rem debug => build using debug settings

Completed in 504 milliseconds

<<11121314151617181920>>