/frameworks/base/services/java/com/android/server/ |
NetworkManagementService.java | 27 import static android.provider.Settings.Secure.NETSTATS_ENABLED; 44 import android.provider.Settings; 179 Settings.Secure.getInt(mContext.getContentResolver(), NETSTATS_ENABLED, 1) != 0; [all...] |
/frameworks/base/services/java/com/android/server/connectivity/ |
Tethering.java | 46 import android.provider.Settings; 202 // check if the upstream type list needs to be modified due to secure-settings 457 intent.setClassName("com.android.settings", "com.android.settings.TetherSettings"); 619 int secureSetting = Settings.Secure.getInt(mContext.getContentResolver(), 620 Settings.Secure.TETHER_DUN_REQUIRED, 2); [all...] |
/packages/apps/Contacts/src/com/android/contacts/dialpad/ |
DialpadFragment.java | 42 import android.provider.Settings; 490 mDTMFToneEnabled = Settings.System.getInt(getActivity().getContentResolver(), 491 Settings.System.DTMF_TONE_WHEN_DIALING, 1) == 1; 602 // Call settings should be available via its parent Activity. [all...] |
/external/webkit/Source/WebCore/dom/ |
ScriptExecutionContext.cpp | 45 #include "Settings.h" 430 return Settings::defaultMinDOMTimerInterval();
|
Document.h | 117 class Settings; 507 Settings* settings() const; // can be NULL [all...] |
/external/webkit/Source/WebCore/html/ |
FTPDirectoryDocument.cpp | 36 #include "Settings.h" 288 static inline PassRefPtr<SharedBuffer> createTemplateDocumentData(Settings* settings) 291 if (settings) 292 buffer = SharedBuffer::createWithContentsOfFile(settings->ftpDirectoryTemplatePath()); 300 DEFINE_STATIC_LOCAL(RefPtr<SharedBuffer>, templateDocumentData, (createTemplateDocumentData(document()->settings())));
|
HTMLLinkElement.cpp | 45 #include "Settings.h" 249 Settings* settings = document()->settings(); local 252 if (settings && settings->dnsPrefetchingEnabled() && m_url.isValid() && !m_url.isEmpty()) 270 bool acceptIfTypeContainsTextCSS = document()->page() && document()->page()->settings() && document()->page()->settings()->treatsAnyTextCSSLinkAsStylesheet(); 373 bool needsSiteSpecificQuirks = document()->page() && document()->page()->settings()->needsSiteSpecificQuirks(); 377 if (enforceMIMEType && document()->page() && !document()->page()->settings()->enforceCSSMIMETypeInNoQuirksMode() [all...] |
/external/webkit/Source/WebCore/loader/ |
MainResourceLoader.cpp | 52 #include "Settings.h" 412 Settings* settings = m_frame->settings(); local 413 if (settings && settings->forceFTPDirectoryListings() && m_response.mimeType() == "application/x-ftp-directory") {
|
/external/webkit/Source/WebCore/page/ |
DOMWindow.cpp | 86 #include "Settings.h" 366 Settings* settings = firstFrame->settings(); 367 return settings && settings->javaScriptCanOpenWindowsAutomatically(); 672 if (!page->settings()->localStorageEnabled()) 928 Settings* settings = m_frame->settings(); local [all...] |
Page.cpp | 66 #include "Settings.h" 157 , m_settings(adoptPtr(new Settings(this))) 179 , m_minimumTimerInterval(Settings::defaultMinDOMTimerInterval())
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
WebInspectorClient.cpp | 207 WebInspectorFrontendClient::WebInspectorFrontendClient(WebView* inspectedWebView, HWND inspectedWebViewHwnd, HWND frontendHwnd, const COMPtr<WebView>& frontendWebView, HWND frontendWebViewHwnd, WebInspectorClient* inspectorClient, PassOwnPtr<Settings> settings) 208 : InspectorFrontendClientLocal(inspectedWebView->page()->inspectorController(), core(frontendWebView.get()), settings)
|
/external/webkit/Source/WebKit/wince/ |
WebView.cpp | 50 #include "Settings.h" 99 Settings* settings = m_page->settings(); local 100 settings->setDefaultFixedFontSize(14); 101 settings->setDefaultFontSize(14); 102 settings->setMinimumFontSize(8); 103 settings->setMinimumLogicalFontSize(8); 104 settings->setJavaScriptEnabled(true); 105 settings->setLoadsImagesAutomatically(true) [all...] |
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
WKPreferences.cpp | 32 #include <WebCore/Settings.h>
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
DrawingAreaImpl.cpp | 38 #include <WebCore/Settings.h> 72 if (webPage->corePage()->settings()->acceleratedDrawingEnabled())
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/win/ |
WebPageWin.cpp | 45 #include <WebCore/Settings.h> 63 m_page->settings()->setFontRenderingMode(AlternateRenderingMode); 77 m_page->settings()->setFontRenderingMode(fontSmoothingLevel == FontSmoothingLevelWindows ? AlternateRenderingMode : NormalRenderingMode);
|
/frameworks/base/core/java/android/server/ |
BluetoothBondState.java | 30 import android.provider.Settings;
|
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/ |
DownloadManagerTestApp.java | 27 import android.provider.Settings;
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
StorageVolumePreferenceCategory.java | 17 package com.android.settings.deviceinfo; 35 import com.android.settings.R; 36 import com.android.settings.deviceinfo.StorageMeasurement.MeasurementReceiver; 406 intent.setClass(getContext(), com.android.settings.MediaFormat.class); 411 com.android.settings.Settings.ManageApplicationsActivity.class);
|
/external/chromium/chrome/browser/resources/options/ |
options.js | 42 cr.ui.decorate('#content-settings-page input[type=radio]', 64 [$('autofill-settings')]); 203 // Clicking on the Settings title brings up the 'Basics' page. 204 $('settings-title').onclick = function() {
|
/external/webkit/Source/WebCore/bindings/js/ |
JSDOMWindowCustom.cpp | 55 #include "Settings.h" 471 if (Settings* settings = activeFrame->settings()) { 472 if (settings->usesDashboardBackwardCompatibilityMode() && !activeFrame->tree()->parent()) { 625 Settings* settings = frame->settings(); 626 if (!settings)
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
WebInspectorClient.mm | 110 WebInspectorFrontendClient::WebInspectorFrontendClient(WebView* inspectedWebView, WebInspectorWindowController* windowController, InspectorController* inspectorController, Page* frontendPage, WTF::PassOwnPtr<Settings> settings) 111 : InspectorFrontendClientLocal(inspectorController, frontendPage, settings)
|
/packages/apps/Mms/src/com/android/mms/ui/ |
SlideEditorActivity.java | 54 import android.provider.Settings; 645 if (Settings.System.DEFAULT_RINGTONE_URI.equals(uri)) {
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
Utils.java | 782 final int ms = sp.getInt(Settings.PREF_KEYPRESS_VIBRATION_DURATION_SETTINGS, -1); 798 final float volume = sp.getFloat(Settings.PREF_KEYPRESS_SOUND_VOLUME, -1.0f); [all...] |
/packages/apps/Settings/src/com/android/settings/ |
DataUsageSummary.java | 17 package com.android.settings; 46 import static com.android.settings.Utils.prepareCustomPreferencesList; 82 import android.provider.Settings; 121 import com.android.settings.drawable.InsetBoundsDrawable; 122 import com.android.settings.net.ChartData; 123 import com.android.settings.net.ChartDataLoader; 124 import com.android.settings.net.NetworkPolicyEditor; 125 import com.android.settings.net.SummaryForAllUidLoader; 126 import com.android.settings.net.UidDetail; 127 import com.android.settings.net.UidDetailProvider [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
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...] |