/packages/apps/Browser/src/com/android/browser/ |
BrowserSettings.java | 29 import android.provider.Settings; 55 * Class for managing settings 121 // Cached settings 155 public void startManagingSettings(WebSettings settings) { 160 syncStaticSettings(settings); 161 syncSetting(settings); 162 mManagedSettings.add(new WeakReference<WebSettings>(settings)); 240 * Syncs all the settings that have a Preference UI 242 private void syncSetting(WebSettings settings) { 243 settings.setGeolocationEnabled(enableGeolocation()) 330 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; 322 private static final int SETTINGS = 9000; [all...] |
ContactsDatabaseHelper.java | 68 import android.provider.ContactsContract.Settings; 122 public static final String SETTINGS = "settings"; 169 + "LEFT OUTER JOIN settings ON (" 170 + "raw_contacts.account_name = settings.account_name AND " 171 + "raw_contacts.account_type = settings.account_type AND " 172 + "((raw_contacts.data_set IS NULL AND settings.data_set IS NULL) " 173 + "OR (raw_contacts.data_set = settings.data_set))) " 180 public static final String SETTINGS_JOIN_RAW_CONTACTS_DATA_MIMETYPES_CONTACTS = "settings " 182 + "raw_contacts.account_name = settings.account_name AND [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...] |
/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/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
NetworkController.java | 40 import android.provider.Settings; 391 mAirplaneMode = (Settings.System.getInt(mContext.getContentResolver(), 392 Settings.System.AIRPLANE_MODE_ON, 0) == 1); [all...] |
/packages/apps/Contacts/src/com/android/contacts/dialpad/ |
DialpadFragment.java | 52 import android.provider.Settings; 482 mDTMFToneEnabled = Settings.System.getInt(getActivity().getContentResolver(), 483 Settings.System.DTMF_TONE_WHEN_DIALING, 1) == 1; 588 // Call settings should be available via its parent Activity. [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 | 64 import android.provider.ContactsContract.Settings; 574 assertProjection(Settings.CONTENT_URI, new String[]{ 575 Settings.ACCOUNT_NAME, 576 Settings.ACCOUNT_TYPE, 577 Settings.DATA_SET, 578 Settings.UNGROUPED_VISIBLE, 579 Settings.SHOULD_SYNC, 580 Settings.ANY_UNSYNCED, 581 Settings.UNGROUPED_COUNT, 582 Settings.UNGROUPED_WITH_PHONES [all...] |