HomeSort by relevance Sort by last modified time
    Searched refs:Settings (Results 351 - 375 of 481) sorted by null

<<11121314151617181920

  /packages/apps/Browser/src/com/android/browser/
BrowserSettings.java 29 import android.provider.Settings;
55 * Class for managing settings
121 // Cached settings
151 public void startManagingSettings(WebSettings settings) {
156 syncStaticSettings(settings);
157 syncSetting(settings);
158 mManagedSettings.add(new WeakReference<WebSettings>(settings));
236 * Syncs all the settings that have a Preference UI
238 private void syncSetting(WebSettings settings) {
239 settings.setGeolocationEnabled(enableGeolocation())
337 WebSettings settings = ref.get(); local
528 WebSettings settings = view.getSettings(); local
    [all...]
  /sdk/files/
find_java.bat 103 echo - Under Windows Vista or Windows 7, open Control Panel / System / Advanced System Settings / Environment Variables
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.h 65 class Settings;
CSSComputedStyleDeclaration.cpp 51 #include "Settings.h"
844 const Settings * settings = node->document()->frame() ? node->document()->frame()->settings() : 0; local
    [all...]
  /external/webkit/Source/WebCore/dom/
DOMImplementation.cpp 49 #include "Settings.h"
376 Settings* settings = frame ? frame->settings() : 0; local
377 if (!settings || !settings->usesDashboardBackwardCompatibilityMode())
  /external/webkit/Source/WebCore/html/
ImageDocument.cpp 43 #include "Settings.h"
130 Settings* settings = frame->settings(); local
131 if (!frame->loader()->client()->allowImages(!settings || settings->areImagesEnabled()))
380 return frame()->page()->settings()->shrinksStandaloneImagesToFit() &&
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
InspectorClientQt.cpp 100 class InspectorFrontendSettingsQt : public InspectorFrontendClientLocal::Settings {
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundle.cpp 52 #include <WebCore/Settings.h>
113 (*iter)->settings()->setXSSAuditorEnabled(enabled);
124 (*iter)->settings()->setAllowUniversalAccessFromFileURLs(enabled);
135 (*iter)->settings()->setAllowFileAccessFromFileURLs(enabled);
  /frameworks/base/core/java/android/net/
Proxy.java 28 import android.provider.Settings;
55 * settings.
103 * @param ctx A Context used to get the settings for the proxy host.
138 * @param ctx A Context used to get the settings for the proxy host.
157 * @param ctx A Context used to get the settings for the proxy port.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarPolicy.java 34 import android.provider.Settings;
  /packages/apps/MusicFX/src/com/android/musicfx/
ControlPanelEffect.java 1011 Virtualizer.Settings settings = new Virtualizer.Settings("Virtualizer;strength=" local
1057 BassBoost.Settings settings = new BassBoost.Settings("BassBoost;strength=" local
    [all...]
  /packages/apps/Phone/src/com/android/phone/
RespondViaSmsManager.java 79 /** SharedPreferences file name for our persistent settings. */
82 // Preference keys for the 4 "canned responses"; see RespondViaSmsManager$Settings.
335 * Settings activity under "Call settings" to let you manage the
338 public static class Settings extends PreferenceActivity
343 if (DBG) log("Settings: onCreate()...");
415 * the Settings UI.
420 * @see RespondViaSmsManager$Settings
  /packages/apps/Settings/src/com/android/settings/
ProxySelector.java 17 package com.android.settings;
19 import com.android.settings.SettingsPreferenceFragment.SettingsDialogFragment;
33 import android.provider.Settings;
260 // default settings. i.e. checking a box to always use the default
  /packages/apps/Settings/src/com/android/settings/quicklaunch/
QuickLaunchSettings.java 17 package com.android.settings.quicklaunch;
33 import android.provider.Settings.Bookmarks;
42 import com.android.settings.R;
47 * Settings activity for quick launch.
  /packages/experimental/AndroidVendorSecurityTool/src/com/android/vending/sectool/v1/
PostNotification.java 22 import android.provider.Settings.Secure;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java 139 import android.provider.ContactsContract.Settings;
314 private static final int SETTINGS = 9000;
    [all...]
  /cts/tests/tests/location/src/android/location/cts/
LocationManagerTest.java 41 import android.provider.Settings;
77 if (Settings.Secure.getInt(mContext.getContentResolver(),
78 Settings.Secure.ALLOW_MOCK_LOCATION, 0) == 0) {
79 fail("Mock locations are currently disabled in Settings - this test requires "
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 42 import android.provider.ContactsContract.Settings;
479 * need to mess with the Settings table to get them to show up.
490 values.put(Settings.UNGROUPED_VISIBLE, visible ? 1 : 0);
492 context.getContentResolver().insert(Settings.CONTENT_URI, values);
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebsettings.cpp 36 #include "Settings.h"
67 QWebSettingsPrivate(WebCore::Settings* wcSettings = 0)
68 : settings(wcSettings)
82 WebCore::Settings* settings; member in class:QWebSettingsPrivate
119 if (settings) {
120 settings->setTextAreasAreResizable(true);
126 settings->setStandardFontFamily(family);
130 settings->setFixedFontFamily(family);
134 settings->setSerifFontFamily(family)
277 QList<QWebSettingsPrivate*> settings = *::allSettings(); local
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginView.cpp 54 #include <WebCore/Settings.h>
969 Settings* settings = frame()->settings();
970 if (!settings)
973 return settings->acceleratedCompositingEnabled();
    [all...]
  /frameworks/base/media/java/android/media/
AudioManager.java 35 import android.provider.Settings;
458 * management of audio settings or the main telephony application.
486 * management of audio settings or the main telephony application.
510 * management of audio settings or the main telephony application.
618 * according to user settings.
696 * management of audio settings or the main telephony application.
738 * settings and the current ringer mode.
792 * management of audio settings or the main telephony application.
817 * management of audio settings or the main telephony application.
    [all...]
  /frameworks/base/services/java/com/android/server/
DevicePolicyManagerService.java 58 import android.provider.Settings;
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 63 import android.provider.ContactsContract.Settings;
572 assertProjection(Settings.CONTENT_URI, new String[]{
573 Settings.ACCOUNT_NAME,
574 Settings.ACCOUNT_TYPE,
575 Settings.DATA_SET,
576 Settings.UNGROUPED_VISIBLE,
577 Settings.SHOULD_SYNC,
578 Settings.ANY_UNSYNCED,
579 Settings.UNGROUPED_COUNT,
580 Settings.UNGROUPED_WITH_PHONES
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 33 import android.provider.Settings;
661 if (Settings.System.getInt(getContentResolver(),
662 Settings.System.FANCY_IME_ANIMATIONS, 0) != 0) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NetworkController.java 41 import android.provider.Settings;
456 mAirplaneMode = (Settings.System.getInt(mContext.getContentResolver(),
457 Settings.System.AIRPLANE_MODE_ON, 0) == 1);
    [all...]

Completed in 706 milliseconds

<<11121314151617181920