/frameworks/base/services/java/com/android/server/ |
InputMethodManagerService.java | 79 import android.provider.Settings; 398 resolver.registerContentObserver(Settings.Secure.getUriFor( 399 Settings.Secure.DEFAULT_INPUT_METHOD), false, this); 400 resolver.registerContentObserver(Settings.Secure.getUriFor( 401 Settings.Secure.ENABLED_INPUT_METHODS), false, this); 402 resolver.registerContentObserver(Settings.Secure.getUriFor( 403 Settings.Secure.SELECTED_INPUT_METHOD_SUBTYPE), false, this); 637 Intent intent = new Intent(Settings.ACTION_SHOW_INPUT_METHOD_PICKER); [all...] |
LocationManagerService.java | 59 import android.provider.Settings; 244 // listen for settings changes 246 Settings.Secure.getUriFor(Settings.Secure.LOCATION_PROVIDERS_ALLOWED), true, [all...] |
/packages/apps/Settings/src/com/android/settings/applications/ |
RunningServiceDetails.java | 1 package com.android.settings.applications; 28 import android.provider.Settings; 36 import com.android.settings.R; 37 import com.android.settings.Utils; 315 // check if error reporting is enabled in secure settings 316 int enabled = Settings.Global.getInt(getActivity().getContentResolver(), 317 Settings.Global.SEND_ACTION_APP_ERROR, 0);
|
/packages/apps/Settings/src/com/android/settings/print/ |
PrintServiceSettingsFragment.java | 17 package com.android.settings.print; 47 import android.provider.Settings; 67 import com.android.settings.R; 68 import com.android.settings.SettingsPreferenceFragment; 69 import com.android.settings.print.PrintSettingsFragment.ToggleSwitch; 70 import com.android.settings.print.PrintSettingsFragment.ToggleSwitch.OnBeforeCheckedChangeListener; 77 * Fragment with print service settings. 337 // Settings title and intent. 403 MenuItem settings = menu.findItem(R.id.print_menu_item_settings); local 406 settings.setIntent(mSettingsIntent) [all...] |
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
ContentViewCore.java | 24 import android.provider.Settings; 25 import android.provider.Settings.Secure; [all...] |
/frameworks/base/services/java/com/android/server/location/ |
GpsLocationProvider.java | 58 import android.provider.Settings; 583 boolean dataEnabled = Settings.Global.getInt(mContext.getContentResolver(), 584 Settings.Global.MOBILE_DATA, 1) == 1; [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactsProvider2.java | 101 import android.provider.ContactsContract.Settings; 331 private static final int SETTINGS = 9000; [all...] |
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
BaseContactsProvider2Test.java | 52 import android.provider.ContactsContract.Settings; 211 values.put(Settings.ACCOUNT_NAME, account.getAccountName()); 212 values.put(Settings.ACCOUNT_TYPE, account.getAccountType()); 214 values.put(Settings.DATA_SET, account.getDataSet()); 216 values.put(Settings.SHOULD_SYNC, shouldSync); 217 values.put(Settings.UNGROUPED_VISIBLE, ungroupedVisible); 218 mResolver.insert(Settings.CONTENT_URI, values); [all...] |
/frameworks/base/services/java/com/android/server/wm/ |
WindowManagerService.java | 91 import android.provider.Settings; 774 mWindowAnimationScale = Settings.Global.getFloat(context.getContentResolver(), 775 Settings.Global.WINDOW_ANIMATION_SCALE, mWindowAnimationScale); 776 mTransitionAnimationScale = Settings.Global.getFloat(context.getContentResolver(), 777 Settings.Global.TRANSITION_ANIMATION_SCALE, mTransitionAnimationScale); 778 setAnimatorDurationScale(Settings.Global.getFloat(context.getContentResolver(), 779 Settings.Global.ANIMATOR_DURATION_SCALE, mAnimatorDurationScale)); [all...] |
/frameworks/base/core/java/android/inputmethodservice/ |
InputMethodService.java | 34 import android.provider.Settings; 694 if (Settings.Global.getInt(getContentResolver(), 695 Settings.Global.FANCY_IME_ANIMATIONS, 0) != 0) { [all...] |
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/ |
GlowPadView.java | 36 import android.provider.Settings; 563 final boolean hapticEnabled = Settings.System.getIntForUser( 564 mContext.getContentResolver(), Settings.System.HAPTIC_FEEDBACK_ENABLED, 1, [all...] |
MultiWaveView.java | 37 import android.provider.Settings; 598 final boolean hapticEnabled = Settings.System.getIntForUser( 599 mContext.getContentResolver(), Settings.System.HAPTIC_FEEDBACK_ENABLED, 1, [all...] |
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardHostView.java | 49 import android.provider.Settings; 191 mUserSetupCompleted = Settings.Secure.getIntForUser(mContext.getContentResolver(), 192 Settings.Secure.USER_SETUP_COMPLETE, 0, UserHandle.USER_CURRENT) != 0; [all...] |
/frameworks/base/services/java/com/android/server/connectivity/ |
Tethering.java | 45 import android.provider.Settings; 201 // check if the upstream type list needs to be modified due to secure-settings 463 intent.setClassName("com.android.settings", "com.android.settings.TetherSettings"); 634 int secureSetting = Settings.Global.getInt(mContext.getContentResolver(), 635 Settings.Global.TETHER_DUN_REQUIRED, 2); [all...] |
/packages/apps/Camera2/src/com/android/camera/ |
CameraActivity.java | 48 import android.provider.Settings; [all...] |
/external/chromium_org/cc/output/ |
direct_renderer.cc | 398 if (!Settings().cache_render_pass_contents)
|
/external/chromium_org/cc/trees/ |
layer_tree_host_impl.h | 98 const LayerTreeSettings& settings, 178 const LayerTreeSettings& settings() const { return settings_; } function in class:cc::LayerTreeHostImpl 196 virtual const LayerTreeSettings& Settings() const OVERRIDE; 399 const LayerTreeSettings& settings,
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebSettingsImpl.cpp | 34 #include "core/page/Settings.h" 49 WebSettingsImpl::WebSettingsImpl(Settings* settings) 50 : m_settings(settings) 63 ASSERT(settings);
|
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/ |
EqualizerTest.java | 378 Log.d(TAG,"Equalizer settings: "+mSettings); 379 mEqualizer.setProperties(new Equalizer.Settings(mSettings)); 401 Log.d(TAG,"Equalizer released, settings: "+mSettings);
|
/packages/apps/Settings/src/com/android/settings/ |
NotificationStation.java | 17 package com.android.settings; 242 e.printStackTrace(); //To change body of catch statement use File | Settings | File Templates. 361 // bind settings button + divider 388 Intent intent = new Intent(android.provider.Settings.ACTION_APPLICATION_DETAILS_SETTINGS,
|
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
KeyboardLayoutDialogFragment.java | 17 package com.android.settings.inputmethod; 19 import com.android.settings.R; 20 import com.android.settings.Settings.KeyboardLayoutPickerActivity;
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
MailAppProvider.java | 348 if (accountEntry.mAccount.settings == null) { 349 LogUtils.e(LOG_TAG, "Dropping account that doesn't specify settings"); 509 if (mAccount.settings == Settings.EMPTY_SETTINGS) { 511 + "Settings could not be created from the JSONObject: " + o);
|
/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/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorOverlay.cpp | 47 #include "core/page/Settings.h" 591 Settings* settings = m_page->settings(); local 592 Settings* overlaySettings = m_overlayPage->settings(); 594 overlaySettings->setStandardFontFamily(settings->standardFontFamily()); 595 overlaySettings->setSerifFontFamily(settings->serifFontFamily()); 596 overlaySettings->setSansSerifFontFamily(settings->sansSerifFontFamily()); 597 overlaySettings->setCursiveFontFamily(settings->cursiveFontFamily()) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/scripts/ |
make_names.pl | 362 Settings* settings = document->settings(); 363 if (!RuntimeEnabledFeatures::mediaEnabled() || (settings && !settings->mediaEnabled())) 808 #include "Settings.h" 981 Settings* settings = element->document()->settings(); 982 if (!RuntimeEnabledFeatures::mediaEnabled() || (settings && !settings->mediaEnabled()) [all...] |