HomeSort by relevance Sort by last modified time
    Searched refs:Settings (Results 426 - 450 of 656) sorted by null

<<11121314151617181920>>

  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
SelectPrinterFragment.java 46 import android.provider.Settings;
385 final String searchUri = Settings.Secure.getString(getActivity().getContentResolver(),
386 Settings.Secure.PRINT_SERVICE_SEARCH_URI);
421 Log.w(LOG_TAG, "Couldn't start settings activity", anfe);
NotificationController.java 38 import android.provider.Settings;
241 Intent intent = new Intent(Settings.ACTION_PRINT_SETTINGS);
  /packages/apps/Browser/src/com/android/browser/
BrowserSettings.java 31 import android.provider.Settings;
56 * Class for managing settings
117 // Current state of network-dependent settings
124 // Cached settings
152 public void startManagingSettings(WebSettings settings) {
159 syncStaticSettings(settings);
160 syncSetting(settings);
161 mManagedSettings.add(new WeakReference<WebSettings>(settings));
165 public void stopManagingSettings(WebSettings settings) {
169 if (ref.get() == settings) {
324 WebSettings settings = ref.get(); local
495 WebSettings settings = view.getSettings(); local
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
Utils.java 40 import android.provider.Settings;
453 String nextAlarm = Settings.System.getString(context.getContentResolver(),
454 Settings.System.NEXT_ALARM_FORMATTED);
  /packages/apps/Settings/src/com/android/settings/
CryptKeeper.java 17 package com.android.settings;
37 import android.provider.Settings;
67 * Settings screens to show the UI flows for encrypting/decrypting the device.
73 * $ adb shell pm enable com.android.settings/.CryptKeeper
75 * -e "com.android.settings.CryptKeeper.DEBUG_FORCE_VIEW" "progress" \
76 * -n com.android.settings/.CryptKeeper
101 "com.android.settings.CryptKeeper.DEBUG_FORCE_VIEW";
315 // from keyboard settings and back to the password screen.
659 * 2. Full boot: we read the persistent settings from the previous boot and restore the
668 Settings.Global.putInt(getContentResolver(), Settings.Global.AIRPLANE_MODE_ON, 1)
    [all...]
RingerVolumePreference.java 17 package com.android.settings;
38 import android.provider.Settings;
39 import android.provider.Settings.System;
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java 17 package com.android.settings.fuelgauge;
19 import static com.android.settings.Utils.prepareCustomPreferencesList;
41 import android.provider.Settings;
52 import com.android.settings.DisplaySettings;
53 import com.android.settings.R;
54 import com.android.settings.WirelessSettings;
55 import com.android.settings.applications.InstalledAppDetails;
56 import com.android.settings.bluetooth.BluetoothSettings;
57 import com.android.settings.location.LocationSettings;
58 import com.android.settings.wifi.WifiSettings
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
AdditionalSubtypeSettings.java 17 package com.android.inputmethod.latin.settings;
409 Settings.readPrefAdditionalSubtypes(mPrefs, getResources());
573 final String oldSubtypes = Settings.readPrefAdditionalSubtypes(mPrefs, getResources());
579 Settings.writePrefAdditionalSubtypes(mPrefs, prefSubtypes);
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp 71 #include "core/page/Settings.h"
169 m_webView->settings()->setJavaScriptEnabled(true);
170 m_webView->settings()->setForceCompositingMode(true);
171 m_webView->settings()->setAcceleratedCompositingEnabled(true);
172 m_webView->settings()->setAcceleratedCompositingForFixedPositionEnabled(true);
173 m_webView->settings()->setAcceleratedCompositingForOverflowScrollEnabled(true);
174 m_webView->settings()->setAcceleratedCompositingForScrollableFramesEnabled(true);
175 m_webView->settings()->setCompositedScrollingForFramesEnabled(true);
176 m_webView->settings()->setFixedPositionCreatesStackingContext(true);
325 m_webView->settings()->setViewportEnabled(true)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 42 import android.provider.Settings;
163 final boolean provisioned = 0 != Settings.Global.getInt(
164 mContext.getContentResolver(), Settings.Global.DEVICE_PROVISIONED, 0);
227 Settings.Global.getUriFor(Settings.Global.DEVICE_PROVISIONED), true,
381 Intent intent = new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS,
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java 36 import android.provider.Settings;
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/backup/
BackupTestActivity.java 33 import android.provider.Settings;
251 startActivity(new Intent(Settings.ACTION_PRIVACY_SETTINGS));
  /cts/suite/audio_quality/lib/src/task/
TaskCase.cpp 26 #include "Settings.h"
284 ASSERT(mClient->init(Settings::Instance()->getSetting(Settings::EADB)));
  /development/apps/Development/src/com/android/development/
SyncAdapterDriver.java 46 import android.provider.Settings;
302 this, 0, new Intent(Settings.ACTION_SYNC_SETTINGS), 0));
  /device/generic/armv7-a-neon/
mini_common.mk 35 Settings \
  /external/chromium_org/remoting/webapp/
host_settings.js 19 * Load the settings for the specified host. Settings are returned as a
24 * current settings for the host are passed. If there are no settings,
41 * Save the settings for the specified hosts. Existing settings with the same
42 * names will be overwritten; settings not currently saved will be created.
73 * current settings for the specified host and for all hosts are passed.
86 console.error("Error loading host settings: Not an object");
95 console.error('Error loading host settings:', typedErr)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.cpp 44 #include "core/page/Settings.h"
179 Settings* settings = document()->settings(); local
180 if (settings && settings->webGLEnabled()) {
467 Settings* settings = document()->settings();
468 if (!settings || !settings->accelerated2dCanvasEnabled()
    [all...]
  /external/libvpx/libwebm/
mkvparser.hpp 215 unsigned char* settings; member in struct:mkvparser::ContentEncoding::ContentCompression
313 struct Settings
339 Settings settings; member in class:mkvparser::Track::Info
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaEnvReverbTest.java 314 EnvironmentalReverb.Settings settings = mReverb.getProperties(); local
316 if (settings.roomLevel == 0) {
319 String str = settings.toString();
320 settings = new EnvironmentalReverb.Settings(str);
321 settings.roomLevel = newRoomLevel;
322 mReverb.setProperties(settings);
323 settings = mReverb.getProperties();
325 (settings.roomLevel > (newRoomLevel - MILLIBEL_TOLERANCE)) &
    [all...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RootsFragment.java 32 import android.provider.Settings;
169 final Intent intent = new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BatteryMeterView.java 35 import android.provider.Settings;
190 mShowPercent = ENABLE_PERCENT && 0 != Settings.System.getInt(
  /packages/apps/Settings/src/com/android/settings/accounts/
ManageAccountsSettings.java 17 package com.android.settings.accounts;
46 import com.android.settings.AccountPreference;
47 import com.android.settings.R;
48 import com.android.settings.Utils;
49 import com.android.settings.location.LocationSettings;
55 /** Manages settings for Google Account. */
58 private static final String ACCOUNT_KEY = "account"; // to pass to auth settings
63 // the location settings.
65 "com.android.settings.accounts.LAUNCHING_LOCATION_SETTINGS";
339 // There's no account, reset to top-level of settings
    [all...]
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndSubtypeEnabler.java 17 package com.android.settings.inputmethod;
20 import com.android.settings.R;
21 import com.android.settings.SettingsPreferenceFragment;
74 // Activity (like a right pane of 2-pane Settings app)
76 android.provider.Settings.EXTRA_INPUT_METHOD_ID);
79 arguments.getString(android.provider.Settings.EXTRA_INPUT_METHOD_ID);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Suggest.java 30 import com.android.inputmethod.latin.settings.Settings;
89 if (Settings.readUseOnlyPersonalizationDictionaryForDebug(
288 // the current settings. It may also be useful to know, when the setting is off, whether
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SoftKeyboardView.java 379 if (!Settings.getVibrate()) {
389 if (Settings.getKeySound()) {

Completed in 671 milliseconds

<<11121314151617181920>>