HomeSort by relevance Sort by last modified time
    Searched refs:Settings (Results 176 - 200 of 477) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardUpdateMonitor.java 32 import android.provider.Settings;
192 mDeviceProvisioned = Settings.Secure.getInt(
193 mContext.getContentResolver(), Settings.Secure.DEVICE_PROVISIONED, 0) != 0;
202 mDeviceProvisioned = Settings.Secure.getInt(mContext.getContentResolver(),
203 Settings.Secure.DEVICE_PROVISIONED, 0) != 0;
212 Settings.Secure.getUriFor(Settings.Secure.DEVICE_PROVISIONED),
217 boolean provisioned = Settings.Secure.getInt(mContext.getContentResolver(),
218 Settings.Secure.DEVICE_PROVISIONED, 0) != 0;
  /frameworks/base/services/java/com/android/server/
DropBoxManagerService.java 33 import android.provider.Settings;
144 Settings.Secure.CONTENT_URI, true,
248 return !"disabled".equals(Settings.Secure.getString(
249 mContentResolver, Settings.Secure.DROPBOX_TAG_PREFIX + tag));
671 int ageSeconds = Settings.Secure.getInt(mContentResolver,
672 Settings.Secure.DROPBOX_AGE_SECONDS, DEFAULT_AGE_SECONDS);
673 int maxFiles = Settings.Secure.getInt(mContentResolver,
674 Settings.Secure.DROPBOX_MAX_FILES, DEFAULT_MAX_FILES);
693 int quotaPercent = Settings.Secure.getInt(mContentResolver,
694 Settings.Secure.DROPBOX_QUOTA_PERCENT, DEFAULT_QUOTA_PERCENT)
    [all...]
TextServicesManagerService.java 39 import android.provider.Settings;
185 Settings.Secure.getString(mContext.getContentResolver(),
186 Settings.Secure.SELECTED_SPELL_CHECKER);
204 Settings.Secure.getString(mContext.getContentResolver(),
205 Settings.Secure.SELECTED_SPELL_CHECKER_SUBTYPE);
430 Settings.Secure.putString(mContext.getContentResolver(),
431 Settings.Secure.SELECTED_SPELL_CHECKER, sciId);
452 Settings.Secure.putString(mContext.getContentResolver(),
453 Settings.Secure.SELECTED_SPELL_CHECKER_SUBTYPE, String.valueOf(tempHashCode));
465 Settings.Secure.putInt(mContext.getContentResolver()
    [all...]
InputMethodManagerService.java 70 import android.provider.Settings;
71 import android.provider.Settings.Secure;
72 import android.provider.Settings.SettingNotFoundException;
355 resolver.registerContentObserver(Settings.Secure.getUriFor(
356 Settings.Secure.DEFAULT_INPUT_METHOD), false, this);
357 resolver.registerContentObserver(Settings.Secure.getUriFor(
358 Settings.Secure.ENABLED_INPUT_METHODS), false, this);
359 resolver.registerContentObserver(Settings.Secure.getUriFor(
360 Settings.Secure.SELECTED_INPUT_METHOD_SUBTYPE), false, this);
401 String curInputMethodId = Settings.Secure.getString(mContex
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
DataConnectionTracker.java 38 import android.provider.Settings;
39 import android.provider.Settings.SettingNotFoundException;
69 * FAILED: data connection fail for all apns settings
351 Settings.Secure.getUriFor(Settings.Secure.DATA_ROAMING), false, this);
412 mUserDataEnabled = Settings.Secure.getInt(
413 mPhone.getContext().getContentResolver(), Settings.Secure.MOBILE_DATA, 1) == 1;
431 // watch for changes to Settings.Secure.DATA_ROAMING
469 String apnData = Settings.Secure.getString(c.getContentResolver(),
470 Settings.Secure.TETHER_DUN_APN)
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 51 import android.provider.Settings;
52 import android.provider.Settings.SettingNotFoundException;
210 // system setting property AIRPLANE_MODE_ON is set in Settings.
211 int airplaneMode = Settings.System.getInt(
213 Settings.System.AIRPLANE_MODE_ON, 0);
218 Settings.System.getUriFor(Settings.System.AUTO_TIME), true,
221 Settings.System.getUriFor(Settings.System.AUTO_TIME_ZONE), true,
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
LegacyContactsProviderTest.java 37 import android.provider.Contacts.Settings;
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
ConnectionAccessClientActivity.java 28 import android.provider.Settings;
55 View settings = findViewById(R.id.bt_settings); local
56 settings.setOnClickListener(new OnClickListener() {
59 startActivity(new Intent(Settings.ACTION_BLUETOOTH_SETTINGS));
ConnectionAccessServerActivity.java 32 import android.provider.Settings;
61 View settings = findViewById(R.id.bt_settings); local
62 settings.setOnClickListener(new OnClickListener() {
65 startActivity(new Intent(Settings.ACTION_BLUETOOTH_SETTINGS));
  /cts/tests/tests/content/src/android/content/cts/
AvailableIntentsTest.java 27 import android.provider.Settings;
156 assertCanBeHandled(new Intent(Settings.ACTION_SETTINGS));
  /development/samples/AndroidBeamDemo/src/com/example/android/beam/
Beam.java 31 import android.provider.Settings;
168 Intent intent = new Intent(Settings.ACTION_NFCSHARING_SETTINGS);
  /external/webkit/Source/WebKit2/WebProcess/win/
WebProcessWin.cpp 35 #include <WebCore/Settings.h>
137 Settings::setShouldPaintNativeControls(shouldPaintNativeControls);
  /packages/apps/DeskClock/src/com/android/deskclock/
DigitalClock.java 25 import android.provider.Settings;
139 Settings.System.CONTENT_URI, true, mFormatChangeObserver);
  /packages/apps/Phone/src/com/android/phone/
CellBroadcastSms.java 36 * List of Phone-specific settings screens.
186 android.provider.Settings.Secure.putInt(mPhone.getContext().getContentResolver(),
187 android.provider.Settings.Secure.CDMA_CELL_BROADCAST_SMS,
193 android.provider.Settings.Secure.putInt(mPhone.getContext().getContentResolver(),
194 android.provider.Settings.Secure.CDMA_CELL_BROADCAST_SMS,
425 int settingCbSms = android.provider.Settings.Secure.getInt(
427 android.provider.Settings.Secure.CDMA_CELL_BROADCAST_SMS,
550 android.provider.Settings.Secure.putInt(mPhone.getContext().getContentResolver(),
551 android.provider.Settings.Secure.CDMA_CELL_BROADCAST_SMS,
SipBroadcastReceiver.java 33 import android.provider.Settings;
34 import android.provider.Settings.SettingNotFoundException;
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiEnabler.java 17 package com.android.settings.wifi;
27 import android.provider.Settings;
32 import com.android.settings.R;
33 import com.android.settings.WirelessSettings;
107 if (isChecked && !WirelessSettings.isRadioAllowed(mContext, Settings.System.RADIO_WIFI)) {
  /build/target/product/
generic_no_telephony.mk 41 Settings \
  /development/apps/BuildWidget/src/com/android/buildwidget/
BuildWidget.java 69 new Intent(android.provider.Settings.ACTION_DEVICE_INFO_SETTINGS),
  /development/samples/RenderScript/Balls/src/com/example/android/rs/balls/
Balls.java 28 import android.provider.Settings.System;
  /external/webkit/Source/WebCore/bindings/
ScriptControllerBase.cpp 31 #include "Settings.h"
41 Settings* settings = m_frame->settings();
42 const bool allowed = m_frame->loader()->client()->allowJavaScript(settings && settings->isJavaScriptEnabled());
  /external/webkit/Source/WebCore/page/
Page.h 79 class Settings;
99 friend class Settings;
189 Settings* settings() const { return m_settings.get(); } function in class:WebCore::Page
346 OwnPtr<Settings> m_settings;
  /external/webkit/Source/WebKit2/WebProcess/WebPage/gtk/
WebPageGtk.cpp 39 #include <WebCore/Settings.h>
  /frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
SimpleModel.java 29 import android.provider.Settings.System;
  /cts/tests/tests/provider/src/android/provider/cts/
Settings_SystemTest.java 28 import android.provider.Settings.SettingNotFoundException;
29 import android.provider.Settings.System;
32 @TestTargetClass(android.provider.Settings.System.class)
109 * first query the exist settings in System table, and then insert six
  /frameworks/base/core/java/android/net/
DnsPinger.java 24 import android.provider.Settings;
298 String dns = Settings.Secure.getString(mContext.getContentResolver(),
299 Settings.Secure.DEFAULT_DNS_SERVER);

Completed in 1522 milliseconds

1 2 3 4 5 6 78 91011>>