/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/ |
EnvReverbTest.java | 538 mReverb.setProperties(new EnvironmentalReverb.Settings(mSettings)); 562 Log.d(TAG,"Reverb released, settings: "+mSettings);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
DcTracker.java | 44 import android.provider.Settings; [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/ |
PanService.java | 43 import android.provider.Settings;
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
StorageVolumePreferenceCategory.java | 17 package com.android.settings.deviceinfo; 40 import com.android.settings.R; 41 import com.android.settings.deviceinfo.StorageMeasurement.MeasurementDetails; 42 import com.android.settings.deviceinfo.StorageMeasurement.MeasurementReceiver; 424 intent.setClass(getContext(), com.android.settings.MediaFormat.class); 429 com.android.settings.Settings.ManageApplicationsActivity.class);
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
ContactsActor.java | 153 // Let the Secure class initialize the settings provider, which is done when we first 155 // settings provider, we need to do this with an actual context, before other classes 159 android.provider.Settings.Secure.getString(overallContext.getContentResolver(), "dummy");
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
Document.h | 146 class Settings; 468 Settings* settings() const; // can be NULL [all...] |
Document.cpp | 145 #include "core/page/Settings.h" 1439 Settings* Document::settings() const function in class:WebCore::Document 4413 Settings* settings = this->settings(); local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorPageAgent.cpp | 68 #include "core/page/Settings.h" 746 if (frame->settings()) 747 disabledInSettings = !frame->settings()->isScriptEnabled(); 767 Settings* settings = mainFrame()->settings(); 768 if (settings) { 770 settings->setScriptEnabled(!value); 1250 Settings* settings = m_page->settings(); local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/page/ |
DOMWindow.cpp | 85 #include "core/page/Settings.h" 288 Settings* settings = firstFrame->settings(); 289 return settings && settings->javaScriptCanOpenWindowsAutomatically(); 699 if (!page->settings()->localStorageEnabled()) 858 Settings* settings = m_frame->settings(); local [all...] |
/frameworks/base/core/java/android/text/ |
TextUtils.java | 23 import android.provider.Settings; [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
LauncherProvider.java | 46 import android.provider.Settings; 71 static final String AUTHORITY = "com.android.launcher2.settings"; 321 final Uri uri = Uri.parse("content://" + Settings.AUTHORITY + [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
PointerTracker.java | 37 import com.android.inputmethod.latin.settings.Settings; [all...] |
/external/chromium_org/cc/output/ |
gl_renderer.cc | 176 Settings().compositor_name.c_str(), 188 Settings().partial_swap_enabled && 215 Settings().use_map_image; [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLMediaElement.cpp | 61 #include "core/page/Settings.h" 304 if (document->settings() && document->settings()->mediaPlaybackRequiresUserGesture()) { 2171 Settings* settings = document()->settings(); local 2767 Settings* settings = page ? page->settings() : 0; local [all...] |
/packages/apps/Calendar/src/com/android/calendar/event/ |
EditEventView.java | 38 import android.provider.Settings; 660 Intent nextIntent = new Intent(Settings.ACTION_ADD_ACCOUNT); 662 nextIntent.putExtra(Settings.EXTRA_AUTHORITIES, array); [all...] |
/external/chromium/third_party/libjingle/source/talk/ |
main.scons | 388 # Settings that are specific to our desktop Linux targets.
|
/external/chromium_org/native_client_sdk/src/tools/ |
common.mk | 252 # $3 = Extra Settings
|
/external/chromium_org/remoting/webapp/ |
remoting.js | 60 remoting.settings = new remoting.Settings(); 435 * Migrate settings in window.localStorage to chrome.storage.local so that 436 * users of older web-apps that used the former do not lose their settings. 440 // those settings.
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
FrameSelection.cpp | 57 #include "core/page/Settings.h" 519 Settings* settings = m_frame ? m_frame->settings() : 0; local 520 if (settings && settings->editingBehaviorType() == EditingMacBehavior) 1897 Settings* settings = m_frame ? m_frame->settings() : 0; local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
FrameLoader.cpp | 79 #include "core/page/Settings.h" 488 Settings* settings = m_frame->document()->settings(); local 489 if (settings) { 490 m_frame->document()->fetcher()->setImagesEnabled(settings->areImagesEnabled()); 491 m_frame->document()->fetcher()->setAutoLoadImages(settings->loadsImagesAutomatically()); 696 Settings* settings = m_frame->settings(); local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
Internals.cpp | 99 #include "core/page/Settings.h" 199 WebCore::Settings::setUsesOverlayScrollbars(false); 232 InternalSettings* Internals::settings() const function in class:WebCore::Internals [all...] |
/frameworks/base/core/java/android/provider/ |
ContactsContract.java | 100 * {@link Settings}, which contains visibility and sync settings for accounts 258 * A key in the {@link android.provider.Settings android.provider.Settings} provider 280 * A key in the {@link android.provider.Settings android.provider.Settings} provider [all...] |
/frameworks/base/services/java/com/android/server/pm/ |
PackageManagerService.java | 346 final Settings mSettings; [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
LauncherProvider.java | 46 import android.provider.Settings; 71 static final String OLD_AUTHORITY = "com.android.launcher2.settings"; 380 Uri uri = Uri.parse("content://" + Settings.AUTHORITY + [all...] |
/development/apps/Development/src/com/android/development/ |
Connectivity.java | 1 /* //device/apps/Settings/src/com/android/settings/Keyguard.java 46 import android.provider.Settings;
|