HomeSort by relevance Sort by last modified time
    Searched refs:Settings (Results 151 - 175 of 581) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/services/java/com/android/server/power/
PowerManagerService.java 56 import android.provider.Settings;
100 // Dirty bit: settings changed
312 // administration policy. Overrides other settings.
339 // One of the Settings.System.SCREEN_BRIGHTNESS_MODE_* constants.
352 // The screen brightness setting override from the settings application
357 // The screen brightness adjustment setting override from the settings
477 // Register for settings changes.
479 resolver.registerContentObserver(Settings.Secure.getUriFor(
480 Settings.Secure.SCREENSAVER_ENABLED),
482 resolver.registerContentObserver(Settings.Secure.getUriFor
    [all...]
  /packages/apps/Phone/src/com/android/phone/
CallFeaturesSetting.java 54 import android.provider.Settings;
55 import android.provider.Settings.SettingNotFoundException;
78 * Top level "Call settings" UI; see res/xml/call_feature_setting.xml
80 * This preference screen is the root of the "Call settings" hierarchy
81 * available from the Phone app; the settings here let you control various
82 * features related to phone calls (including voicemail settings, SIP
83 * settings, the "Respond via SMS" feature, and others.) It's used only
90 * For the "Mobile network settings" screen under the main Settings app,
104 * Intent action to bring up Voicemail Provider settings
2149 VoiceMailProviderSettings settings = new VoiceMailProviderSettings(vmNumberSetting, cfi); local
    [all...]
ADNList.java 30 import android.provider.Settings;
175 return Settings.System.getInt(context.getContentResolver(),
176 Settings.System.AIRPLANE_MODE_ON, 0) != 0;
OtaStartupReceiver.java 28 import android.provider.Settings;
167 boolean provisioned = Settings.Global.getInt(context.getContentResolver(),
168 Settings.Global.DEVICE_PROVISIONED, 0) != 0;
CdmaVoicePrivacyCheckBoxPreference.java 89 android.provider.Settings.Secure.putInt(getContext().getContentResolver(),
90 android.provider.Settings.Secure.ENHANCED_VOICE_PRIVACY_ENABLED, enable);
  /cts/tests/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityManagerTest.java 23 import android.provider.Settings;
53 1, Settings.Secure.getInt(mContext.getContentResolver(),
54 Settings.Secure.ACCESSIBILITY_ENABLED));
  /development/samples/SoftKeyboard/src/com/android/inputmethodcommon/
InputMethodSettingsImpl.java 31 import android.provider.Settings;
71 new Intent(Settings.ACTION_INPUT_METHOD_SUBTYPE_SETTINGS);
72 intent.putExtra(Settings.EXTRA_INPUT_METHOD_ID, mImi.getId());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
SettingsView.java 23 import android.provider.Settings;
33 import com.android.systemui.settings.BrightnessController;
34 import com.android.systemui.settings.ToggleSlider;
85 findViewById(R.id.settings).setOnClickListener(this);
101 case R.id.settings:
114 getContext().startActivity(new Intent(Settings.ACTION_WIFI_SETTINGS)
119 // Settings
122 getContext().startActivityAsUser(new Intent(Settings.ACTION_SETTINGS)
  /frameworks/opt/inputmethodcommon/java/com/android/inputmethodcommon/
InputMethodSettingsImpl.java 25 import android.provider.Settings;
65 new Intent(Settings.ACTION_INPUT_METHOD_SUBTYPE_SETTINGS);
66 intent.putExtra(Settings.EXTRA_INPUT_METHOD_ID, mImi.getId());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaSubscriptionSourceManager.java 28 import android.provider.Settings;
135 * @return Default CDMA subscription source from Settings DB if present.
138 // Get the default value from the Settings
139 int subscriptionSource = Settings.Global.getInt(mContext.getContentResolver(),
140 Settings.Global.CDMA_SUBSCRIPTION_MODE, PREFERRED_CDMA_SUBSCRIPTION);
CdmaServiceStateTracker.java 34 import android.provider.Settings;
35 import android.provider.Settings.SettingNotFoundException;
190 // System setting property AIRPLANE_MODE_ON is set in Settings.
191 int airplaneMode = Settings.Global.getInt(mCr, Settings.Global.AIRPLANE_MODE_ON, 0);
195 Settings.Global.getUriFor(Settings.Global.AUTO_TIME), true,
198 Settings.Global.getUriFor(Settings.Global.AUTO_TIME_ZONE), true,
251 Settings.Global.putInt(mPhone.getContext().getContentResolver()
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
CalendarSettingsActivity.java 29 import android.provider.Settings;
79 Intent nextIntent = new Intent(Settings.ACTION_ADD_ACCOUNT);
81 nextIntent.putExtra(Settings.EXTRA_AUTHORITIES, array);
  /packages/apps/DeskClock/src/com/android/alarmclock/
DigitalAppWidgetProvider.java 29 import android.provider.Settings;
99 String nextAlarm = Settings.System.getString(
100 c.getContentResolver(), Settings.System.NEXT_ALARM_FORMATTED);
  /packages/apps/Email/src/com/android/email/activity/
AttachmentInfoDialog.java 31 import android.provider.Settings;
65 actionIntent = new Intent(Settings.ACTION_SECURITY_SETTINGS);
74 actionIntent = new Intent(Settings.ACTION_WIFI_SETTINGS);
  /packages/apps/Settings/src/com/android/settings/
PointerSpeedPreference.java 17 package com.android.settings;
28 import android.provider.Settings;
60 Settings.System.getUriFor(Settings.System.POINTER_SPEED), true,
PrivacySettings.java 17 package com.android.settings;
32 import android.provider.Settings;
35 * Gesture lock pattern settings.
41 private static final String GSETTINGS_PROVIDER = "com.google.settings";
148 mAutoRestore.setChecked(Settings.Secure.getInt(res,
149 Settings.Secure.BACKUP_AUTO_RESTORE, 1) == 1);
  /cts/suite/audio_quality/lib/src/
FileUtil.cpp 22 #include "Settings.h"
63 Settings::Instance()->addSetting(Settings::EREPORT_TIME, reportTime);
  /cts/tests/src/android/content/cts/
MockContentProvider.java 125 if (android.provider.Settings.System.getInt(getContext().getContentResolver(),
130 android.provider.Settings.System.putInt(getContext().getContentResolver(),
280 if (android.provider.Settings.System.getInt(getContext().getContentResolver(),
285 android.provider.Settings.System.putInt(getContext().getContentResolver(),
354 if (android.provider.Settings.System.getInt(getContext().getContentResolver(),
359 android.provider.Settings.System.putInt(getContext().getContentResolver(),
378 if (android.provider.Settings.System.getInt(getContext().getContentResolver(),
383 android.provider.Settings.System.putInt(getContext().getContentResolver(),
  /development/samples/AndroidBeamDemo/src/com/example/android/beam/
Beam.java 31 import android.provider.Settings;
156 Intent intent = new Intent(Settings.ACTION_NFCSHARING_SETTINGS);
  /external/webkit/Source/WebKit/qt/Api/
qwebsettings.h 31 class Settings;
159 QWebSettings(WebCore::Settings *settings);
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorClient.h 83 WTF::PassOwnPtr<WebCore::InspectorFrontendClientLocal::Settings> createFrontendSettings();
97 WebInspectorFrontendClient(WebView* inspectedWebView, HWND inspectedWebViewHwnd, HWND frontendHwnd, const COMPtr<WebView>& frotnendWebView, HWND frontendWebViewHwnd, WebInspectorClient*, WTF::PassOwnPtr<Settings>);
  /frameworks/base/services/java/com/android/server/
LockSettingsService.java 36 import android.provider.Settings;
37 import android.provider.Settings.Secure;
38 import android.provider.Settings.SettingNotFoundException;
53 * Keeps the lock pattern/password data and related settings for each user.
54 * Used by LockPatternUtils. Needs to be a service because Settings app also needs
90 // These Settings moved before multi-user was enabled, so we only have to do it for the
95 String value = Settings.Secure.getString(cr, validSetting);
102 Slog.i(TAG, "Migrated lock settings to new location");
105 // These Settings changed after multi-user was enabled, hence need to be moved per user.
114 String ownerInfo = Settings.Secure.getStringForUser(cr, OWNER_INFO, userId)
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEnabler.java 17 package com.android.settings.bluetooth;
24 import android.provider.Settings;
29 import com.android.settings.R;
30 import com.android.settings.WirelessSettings;
111 !WirelessSettings.isRadioAllowed(mContext, Settings.Global.RADIO_BLUETOOTH)) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
LauncherIconVisibilityManager.java 31 import com.android.inputmethod.latin.Settings;
105 if (Settings.readShowSetupWizardIcon(prefs, context)) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTrackerBase.java 44 import android.provider.Settings;
45 import android.provider.Settings.SettingNotFoundException;
333 mNetStatPollPeriod = Settings.Global.getInt(mResolver,
334 Settings.Global.PDP_WATCHDOG_POLL_INTERVAL_MS, POLL_NETSTAT_MILLIS);
336 mNetStatPollPeriod = Settings.Global.getInt(mResolver,
337 Settings.Global.PDP_WATCHDOG_LONG_POLL_INTERVAL_MS,
356 Settings.Global.getUriFor(Settings.Global.DATA_ROAMING), false, this);
376 * time using the SystemProperty Settings.Global.DCT_INITIAL_MAX_RETRY
377 * and at runtime using gservices to change Settings.Global.DCT_INITIAL_MAX_RETRY
    [all...]

Completed in 700 milliseconds

1 2 3 4 5 67 8 91011>>