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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
InteractionController.java 33 import android.provider.Settings;
104 String providerName = Settings.Secure.CONTENT_URI.getAuthority();
113 cursor = provider.query(Settings.Secure.CONTENT_URI,
114 new String[] {Settings.Secure.VALUE}, "name=?",
115 new String[] {Settings.Secure.LONG_PRESS_TIMEOUT}, null, null);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
GlobalActions.java 41 import android.provider.Settings;
115 Settings.System.getUriFor(Settings.System.AIRPLANE_MODE_ON), true,
787 boolean airplaneModeOn = Settings.System.getInt(
789 Settings.System.AIRPLANE_MODE_ON,
799 Settings.System.putInt(
801 Settings.System.AIRPLANE_MODE_ON,
  /frameworks/base/services/java/com/android/server/
PowerManagerService.java 56 import android.provider.Settings;
62 import static android.provider.Settings.System.DIM_SCREEN;
63 import static android.provider.Settings.System.SCREEN_BRIGHTNESS;
64 import static android.provider.Settings.System.SCREEN_BRIGHTNESS_MODE;
65 import static android.provider.Settings.System.SCREEN_AUTO_BRIGHTNESS_ADJ;
66 import static android.provider.Settings.System.SCREEN_BRIGHTNESS_MODE_AUTOMATIC;
67 import static android.provider.Settings.System.SCREEN_OFF_TIMEOUT;
68 import static android.provider.Settings.System.STAY_ON_WHILE_PLUGGED_IN;
69 import static android.provider.Settings.System.WINDOW_ANIMATION_SCALE;
70 import static android.provider.Settings.System.TRANSITION_ANIMATION_SCALE
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
ContentResolverTest.java 91 android.provider.Settings.System.putInt(mContentResolver, "__cts_crash_on_launch", 0);
154 android.provider.Settings.System.putInt(mContentResolver, "__cts_crash_on_launch", 1);
156 assertEquals(android.provider.Settings.System.getInt(mContentResolver,
160 android.provider.Settings.System.putInt(mContentResolver, "__cts_crash_on_launch", 0);
355 android.provider.Settings.System.putInt(mContentResolver, "__cts_crash_on_launch", 1);
357 assertEquals(android.provider.Settings.System.getInt(mContentResolver,
360 android.provider.Settings.System.putInt(mContentResolver, "__cts_crash_on_launch", 0);
573 android.provider.Settings.System.putInt(mContentResolver, "__cts_crash_on_launch", 1);
575 assertEquals(android.provider.Settings.System.getInt(mContentResolver,
582 android.provider.Settings.System.putInt(mContentResolver, "__cts_crash_on_launch", 0)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
InputMethodsPanel.java 28 import android.provider.Settings;
211 Intent intent = new Intent(Settings.ACTION_INPUT_METHOD_SETTINGS);
259 // Do not show the settings icon if the IME does not have a settings preference
394 String newEnabledIMIs = Settings.Secure.getString(
395 mContext.getContentResolver(), Settings.Secure.ENABLED_INPUT_METHODS);
415 String curInputMethodId = Settings.Secure.getString(getContext()
416 .getContentResolver(), Settings.Secure.DEFAULT_INPUT_METHOD);
  /frameworks/base/core/java/android/server/search/
Searchables.java 29 import android.provider.Settings;
281 // Fetch the global search provider from the system settings,
362 return Settings.Secure.getString(mContext.getContentResolver(),
363 Settings.Secure.SEARCH_GLOBAL_SEARCH_ACTIVITY);
  /frameworks/base/core/java/android/speech/
SpeechRecognizer.java 30 import android.provider.Settings;
267 String serviceComponent = Settings.Secure.getString(mContext.getContentResolver(),
268 Settings.Secure.VOICE_RECOGNITION_SERVICE);
  /frameworks/base/core/java/android/webkit/
AccessibilityInjectorFallback.java 20 import android.provider.Settings;
47 * {@link android.provider.Settings.Secure#ACCESSIBILITY_WEB_CONTENT_KEY_BINDINGS}.
428 String webContentKeyBindingsString = Settings.Secure.getString(
430 Settings.Secure.ACCESSIBILITY_WEB_CONTENT_KEY_BINDINGS);
  /frameworks/base/core/java/com/android/internal/widget/
LockSettingsService.java 28 import android.provider.Settings;
29 import android.provider.Settings.Secure;
40 * Keeps the lock pattern/password data and related settings for each user.
41 * Used by LockPatternUtils. Needs to be a service because Settings app also needs
84 String value = Settings.Secure.getString(cr, validSetting);
91 Slog.i(TAG, "Migrated lock settings to new location");
101 + " not authorized to write lock settings");
118 + " not authorized to read settings of user " + userId);
PasswordEntryKeyboardHelper.java 27 import android.provider.Settings;
134 final boolean visiblePassword = Settings.System.getInt(
136 Settings.System.TEXT_SHOW_PASSWORD, 1) != 0;
  /frameworks/base/services/java/com/android/server/location/
ComprehensiveCountryDetector.java 24 import android.provider.Settings;
387 return Settings.System.getInt(
388 mContext.getContentResolver(), Settings.System.AIRPLANE_MODE_ON, 0) == 0;
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodPreference.java 17 package com.android.settings.inputmethod;
19 import com.android.settings.R;
20 import com.android.settings.SettingsPreferenceFragment;
31 import android.provider.Settings;
115 bundle.putString(Settings.EXTRA_INPUT_METHOD_ID, imiId);
131 Log.d(TAG, "IME's Settings Activity Not Found: " + e);
147 bundle.putString(Settings.EXTRA_INPUT_METHOD_ID, imiId);
233 * Sets the checkbox state and optionally saves the settings.
235 * @param save whether to save IME settings
  /build/target/product/
generic_no_telephony.mk 40 Settings \
  /external/webkit/Source/WebCore/bindings/generic/
BindingSecurity.h 41 #include "Settings.h"
124 Settings* settings = frame->settings(); local
125 return settings && settings->javaScriptCanOpenWindowsAutomatically();
  /external/webkit/Source/WebCore/html/
PluginDocument.cpp 40 #include "Settings.h"
117 Settings* settings = frame->settings();
118 if (!settings || !frame->loader()->subframeLoader()->allowPlugins(NotAboutToInstantiatePlugin))
  /external/webkit/Source/WebKit2/WebProcess/FullScreen/
WebFullScreenManager.cpp 38 #include <WebCore/Settings.h>
66 if (!m_page->corePage()->settings()->fullScreenEnabled())
  /external/webkit/Tools/Scripts/
bisect-builds 66 my $branch = $Settings::branch;
67 my $nightlyDownloadDirectory = $Settings::nightlyDownloadDirectory;
68 my $safariPath = $Settings::safariPath;
288 package Settings;
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaLteServiceStateTracker.java 174 int networkMode = android.provider.Settings.Secure.getInt(phone.getContext()
176 android.provider.Settings.Secure.PREFERRED_NETWORK_MODE,
216 // To set in LTE only mode, sqlite3 /data/data/com.android.providers.settings/
217 // databases/settings.db "update secure set value='11' where name='preferred_network_mode'"
219 int networkMode = android.provider.Settings.Secure.getInt(phone.getContext()
221 android.provider.Settings.Secure.PREFERRED_NETWORK_MODE,
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageInstallerActivity.java 34 import android.provider.Settings;
147 Log.i(TAG, "Finishing off activity so that user can navigate to settings manually");
150 .setPositiveButton(R.string.settings, new DialogInterface.OnClickListener() {
152 Log.i(TAG, "Launching settings");
237 Intent launchSettingsIntent = new Intent(Settings.ACTION_SECURITY_SETTINGS);
244 return Settings.Secure.getInt(getContentResolver(),
245 Settings.Secure.INSTALL_NON_MARKET_APPS, 0) > 0;
  /packages/apps/Phone/src/com/android/phone/
CdmaOptions.java 26 import android.provider.Settings;
34 * List of Phone-specific settings screens.
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
UsbSettings.java 17 package com.android.settings.deviceinfo;
32 import android.provider.Settings;
35 import com.android.settings.R;
36 import com.android.settings.SettingsPreferenceFragment;
37 import com.android.settings.Utils;
40 * USB storage settings.
89 // Make sure we reload the preference hierarchy since some of these settings
  /cts/tests/tests/media/src/android/media/cts/
BassBoostTest.java 115 BassBoost.Settings settings = mBassBoost.getProperties(); local
116 String str = settings.toString();
117 settings = new BassBoost.Settings(str);
119 short strength = settings.strength;
123 settings.strength = strength;
124 mBassBoost.setProperties(settings);
125 settings = mBassBoost.getProperties();
130 ((float)settings.strength > (float)strength / STRENGTH_TOLERANCE) &
    [all...]
PresetReverbTest.java 104 PresetReverb.Settings settings = mReverb.getProperties(); local
105 String str = settings.toString();
106 settings = new PresetReverb.Settings(str);
107 short preset = (settings.preset == PresetReverb.PRESET_SMALLROOM) ?
109 settings.preset = preset;
110 mReverb.setProperties(settings);
111 settings = mReverb.getProperties();
112 assertEquals("setProperties failed", settings.preset, preset)
    [all...]
VirtualizerTest.java 113 Virtualizer.Settings settings = mVirtualizer.getProperties(); local
114 String str = settings.toString();
115 settings = new Virtualizer.Settings(str);
117 short strength = settings.strength;
121 settings.strength = strength;
122 mVirtualizer.setProperties(settings);
123 settings = mVirtualizer.getProperties();
128 ((float)settings.strength > (float)strength / STRENGTH_TOLERANCE) &
    [all...]
  /cts/tests/tests/text/src/android/text/method/cts/
PasswordTransformationMethodTest.java 22 import android.provider.Settings.SettingNotFoundException;
23 import android.provider.Settings.System;

Completed in 1132 milliseconds

1 2 3 4 5 6 7 8 91011>>