HomeSort by relevance Sort by last modified time
    Searched refs:Settings (Results 226 - 250 of 306) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 51 import android.provider.ContactsContract.Settings;
90 public static final String SETTINGS = "settings";
115 + "LEFT OUTER JOIN settings ON ("
116 + "raw_contacts.account_name = settings.account_name AND "
117 + "raw_contacts.account_type = settings.account_type) "
124 public static final String SETTINGS_JOIN_RAW_CONTACTS_DATA_MIMETYPES_CONTACTS = "settings "
126 + "raw_contacts.account_name = settings.account_name AND "
127 + "raw_contacts.account_type = settings.account_type) "
206 " THEN " + Settings.UNGROUPED_VISIBLE
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 31 import android.provider.Settings;
589 if (Settings.System.getInt(getContentResolver(),
590 Settings.System.FANCY_IME_ANIMATIONS, 0) != 0) {
    [all...]
  /frameworks/base/services/java/com/android/server/connectivity/
Tethering.java 45 import android.provider.Settings;
101 // resampled each time we turn on tethering - used as cache for settings/config-val
384 intent.setClassName("com.android.settings", "com.android.settings.TetherSettings");
560 boolean result = (Settings.Secure.getInt(mContext.getContentResolver(),
561 Settings.Secure.TETHER_DUN_REQUIRED, (defaultVal ? 1 : 0)) == 1);
    [all...]
  /development/apps/Development/src/com/android/development/
Connectivity.java 1 /* //device/apps/Settings/src/com/android/settings/Keyguard.java
42 import android.provider.Settings;
  /external/webkit/WebCore/html/
HTMLBodyElement.cpp 39 #include "Settings.h"
190 Settings * settings = document()->settings(); local
191 if (settings) {
193 if (settings->viewportWidth() == -1 && (host.startsWith("m.") || host.startsWith("mobile.")
196 settings->setMetadataSettings("width", "device-width");
HTMLParser.cpp 58 #include "Settings.h"
879 Settings* settings = m_document->settings(); local
880 if (settings && settings->isJavaScriptEnabled())
1064 Settings* settings = m_document->settings(); local
1714 Settings* settings = document->page() ? document->page()->settings() : 0; local
1722 Settings* settings = document->page() ? document->page()->settings() : 0; local
    [all...]
  /external/webkit/WebCore/loader/
FTPDirectoryDocument.cpp 38 #include "Settings.h"
285 static inline PassRefPtr<SharedBuffer> createTemplateDocumentData(Settings* settings)
288 if (settings)
289 buffer = SharedBuffer::createWithContentsOfFile(settings->ftpDirectoryTemplatePath());
297 DEFINE_STATIC_LOCAL(RefPtr<SharedBuffer>, templateDocumentData, (createTemplateDocumentData(m_doc->settings())));
FrameLoader.cpp 97 #include "Settings.h"
876 Settings* settings = document->settings(); local
877 document->docLoader()->setAutoLoadImages(settings && settings->loadsImagesAutomatically());
879 document->docLoader()->setBlockNetworkImage(settings && settings->blockNetworkImage());
912 if (Settings* settings = m_frame->settings())
1056 Settings* settings = m_frame->settings(); local
1305 Settings* settings = m_frame->settings(); local
3025 Settings* settings = m_frame->settings(); local
3307 Settings* settings = m_frame->settings(); local
3561 Settings* settings = m_frame->settings(); local
    [all...]
MainResourceLoader.cpp 46 #include "Settings.h"
288 if (!m_frame->settings()->arePluginsEnabled())
365 Settings* settings = m_frame->settings(); local
366 if (settings && settings->forceFTPDirectoryListings() && m_response.mimeType() == "application/x-ftp-directory") {
  /external/webkit/WebKit/win/WebCoreSupport/
WebDragClient.cpp 44 #include <WebCore/Settings.h>
224 if (frame->settings() && frame->settings()->fontRenderingMode() == AlternateRenderingMode) {
  /frameworks/base/core/java/android/content/
SyncManager.java 48 import android.provider.Settings;
374 // force the sync loop to run if the settings change
704 long maxSyncRetryTimeInSeconds = Settings.Secure.getLong(mContext.getContentResolver(),
705 Settings.Secure.SYNC_MAX_RETRY_DELAY_IN_SECONDS,
1073 SyncStorageEngine.AuthorityInfo settings = mSyncStorageEngine.getOrCreateAuthority( local
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
MccTable.java 26 import android.provider.Settings;
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettings.java 17 package com.android.settings.wifi;
19 import com.android.settings.ProgressCategory;
20 import com.android.settings.R;
43 import android.provider.Settings.Secure;
  /external/webkit/WebCore/bindings/js/
JSDOMWindowCustom.cpp 84 #include "Settings.h"
495 if (Settings* settings = lexicalFrame->settings()) {
496 if (settings->usesDashboardBackwardCompatibilityMode() && !lexicalFrame->tree()->parent()) {
652 Settings* settings = frame->settings();
653 if (!settings)
828 // - default font settings
    [all...]
  /external/webkit/WebCore/dom/
Document.h 104 class Settings;
450 Settings* settings() const; // can be NULL
    [all...]
  /external/webkit/WebCore/rendering/
RenderFlexibleBox.cpp 35 #include "Settings.h"
237 const Settings* settings = document()->settings(); local
238 ASSERT(settings);
240 && settings->layoutAlgorithm() == Settings::kLayoutFitColumnToScreen)
    [all...]
RenderLayerCompositor.cpp 46 #include "Settings.h"
131 if (Settings* settings = m_renderView->document()->settings()) {
132 hasAcceleratedCompositing = settings->acceleratedCompositingEnabled();
133 showDebugBorders = settings->showDebugBorders();
134 showRepaintCounter = settings->showRepaintCounter();
    [all...]
RenderTableCell.cpp 38 #include "Settings.h"
132 const Settings* settings = document()->settings(); local
133 ASSERT(settings);
134 if (settings->layoutAlgorithm() == Settings::kLayoutFitColumnToScreen) {
    [all...]
RenderTextControlSingleLine.cpp 41 #include "Settings.h"
87 Settings* settings = document()->settings();
88 if (!settings || settings->privateBrowsingEnabled())
210 && document()->settings()->layoutAlgorithm() == Settings::kLayoutFitColumnToScreen) {
RenderBox.cpp 48 #include "Settings.h"
1266 const Settings* settings = document()->settings(); local
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherProvider.java 48 import android.provider.Settings;
70 static final String AUTHORITY = "com.android.launcher2.settings";
248 final Uri uri = Uri.parse("content://" + Settings.AUTHORITY +
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
SlideEditorActivity.java 51 import android.provider.Settings;
598 if (Settings.System.DEFAULT_RINGTONE_URI.equals(uri)) {
  /packages/apps/Phone/src/com/android/phone/
InCallScreen.java 42 import android.provider.Settings;
141 // These are values for the settings of the auto retry mode:
145 // they should be moved to Settings where the value is being looked up in the first place
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 49 import android.provider.ContactsContract.Settings;
606 Uri uri1 = maybeAddAccountQueryParameters(Settings.CONTENT_URI, account1);
607 Uri uri2 = maybeAddAccountQueryParameters(Settings.CONTENT_URI, account2);
610 assertStoredValue(uri1, Settings.SHOULD_SYNC, "0") ;
611 assertStoredValue(uri1, Settings.UNGROUPED_VISIBLE, "0") ;
612 assertStoredValue(uri2, Settings.SHOULD_SYNC, "1") ;
613 assertStoredValue(uri2, Settings.UNGROUPED_VISIBLE, "1") ;
    [all...]
  /packages/apps/Music/src/com/android/music/
MusicUtils.java 48 import android.provider.Settings;
    [all...]

Completed in 678 milliseconds

1 2 3 4 5 6 7 8 91011>>