HomeSort by relevance Sort by last modified time
    Searched refs:Settings (Results 251 - 275 of 1062) sorted by null

<<11121314151617181920>>

  /system/connectivity/shill/
shill_daemon.cc 29 const shill::DaemonTask::Settings& settings,
31 : DaemonTask(settings, config), startup_callback_(startup_callback) {}
  /packages/apps/Settings/src/com/android/settings/
DateTimeSettings.java 17 package com.android.settings;
31 import android.provider.Settings;
32 import android.provider.Settings.SettingNotFoundException;
40 import com.android.settings.dashboard.SummaryLoader;
94 boolean autoTimeEnabled = getAutoState(Settings.Global.AUTO_TIME);
95 boolean autoTimeZoneEnabled = getAutoState(Settings.Global.AUTO_TIME_ZONE);
108 // Settings.Global.AUTO_TIME to true. Note that this app listens to that change.
194 Settings.Global.putInt(getContentResolver(), Settings.Global.AUTO_TIME,
200 Settings.Global.putInt
    [all...]
DateTimeSettingsSetupWizard.java 17 package com.android.settings;
26 import android.provider.Settings;
27 import android.provider.Settings.SettingNotFoundException;
59 // Otherwise, we use the standard date time settings fragment.
182 Settings.Global.putInt(getContentResolver(), Settings.Global.AUTO_TIME,
206 Settings.Global.putInt(getContentResolver(),
207 Settings.Global.AUTO_TIME_ZONE,
217 Settings.Global.putInt(getContentResolver(),
218 Settings.Global.AUTO_TIME
    [all...]
  /device/asus/fugu/libaudio/
AudioHardwareOutput.h 84 struct Settings {
123 // mSettingsLock is held while reading settings and while writing/applying
124 // settings to existing outputs. Lock ordering is important when applying
125 // settings to outputs as the both the output and settings lock need to be
126 // held at the same time. Whenever settings need to be applied to outputs,
127 // the output lock should always obtained first, followed by the settings
139 Settings mSettings;
  /frameworks/base/core/java/android/widget/
DigitalClock.java 23 import android.provider.Settings;
72 Settings.System.CONTENT_URI, true, mFormatChangeObserver);
  /frameworks/base/core/java/com/android/internal/app/
ResolverTargetActionsDialogFragment.java 29 import android.provider.Settings;
90 Intent in = new Intent().setAction(Settings.ACTION_APPLICATION_DETAILS_SETTINGS)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
UserTile.java 21 import android.provider.Settings;
48 return new Intent(Settings.ACTION_USER_SETTINGS);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
StatusBarSwitch.java 21 import android.provider.Settings;
83 Settings.Secure.putStringForUser(contentResolver, StatusBarIconController.ICON_BLACKLIST,
DemoModeFragment.java 25 import android.provider.Settings;
78 contentResolver.registerContentObserver(Settings.Global.getUriFor(
80 contentResolver.registerContentObserver(Settings.Global.getUriFor(DEMO_MODE_ON), false,
114 boolean enabled = Settings.Global.getInt(getContext().getContentResolver(),
121 boolean enabled = Settings.Global.getInt(getContext().getContentResolver(),
199 Settings.Global.putInt(getContext().getContentResolver(), key, value);
  /packages/apps/DeskClock/src/com/android/deskclock/data/
AlarmModel.java 26 import android.provider.Settings;
42 /** The model from which settings are fetched. */
55 // Clear caches affected by system settings when system settings change.
58 cr.registerContentObserver(Settings.System.DEFAULT_ALARM_ALERT_URI, false, observer);
99 * This receiver is notified when system settings change. Cached information built on
100 * those system settings must be cleared.
SettingsModel.java 21 import android.provider.Settings;
30 * All settings data is accessed via this model.
95 Settings.System.DEFAULT_ALARM_ALERT_URI);
  /packages/apps/PhoneCommon/src/com/android/phone/common/util/
SettingsUtil.java 31 import android.provider.Settings;
41 Settings.System.DEFAULT_NOTIFICATION_URI.toString();
45 * This is a method was originally copied from com.android.settings.SoundSettings.
58 // For ringtones, we can just lookup the system default because changing the settings
59 // in Call Settings changes the system default.
  /packages/apps/Settings/src/com/android/settings/dashboard/conditional/
AirplaneModeCondition.java 16 package com.android.settings.dashboard.conditional;
24 import com.android.settings.R;
25 import com.android.settings.Settings;
67 Settings.WirelessSettingsActivity.class));
CellularDataCondition.java 11 package com.android.settings.dashboard.conditional;
21 import com.android.settings.R;
22 import com.android.settings.Settings;
71 Settings.DataUsageSummaryActivity.class));
WorkModeCondition.java 17 package com.android.settings.dashboard.conditional;
26 import com.android.settings.R;
27 import com.android.settings.Settings;
87 Settings.AccountSettingsActivity.class));
  /platform_testing/tests/functional/settingstests/src/com/android/settings/functional/
DataUsageSettingsTests.java 17 package android.settings.functional;
22 import android.provider.Settings;
33 private static final String SETTINGS_PACKAGE = "com.android.settings";
50 // Need to finish settings activity
78 Settings.ACTION_SETTINGS);
MainSettingsTests.java 17 package android.settings.functional;
24 import android.provider.Settings;
25 import android.provider.Settings.SettingNotFoundException;
41 private static final String SETTINGS_PACKAGE = "com.android.settings";
65 // Need to finish settings activity
74 launchMainSettings(Settings.ACTION_SETTINGS);
75 UiObject2 settingHeading = mDevice.wait(Until.findObject(By.text("Settings")),
92 Settings.ACTION_SETTINGS);
99 Until.findObject(By.res("com.android.settings:id/main_content")),
101 // Scrolling back up twice so we're at the top of the settings list
    [all...]
  /system/weaved/buffet/
buffet_config.h 46 base::FilePath settings; member in struct:buffet::final::Options
67 bool LoadDefaults(weave::Settings* settings) override;
71 const std::string& settings,
75 weave::Settings* settings);
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
screenshare_layers_unittest.cc 22 typedef VP9EncoderImpl::SuperFrameRefSettings Settings;
47 void EqualRefsForLayer(const Settings& actual, uint8_t layer_id) {
58 void EqualRefs(const Settings& actual) {
65 void EqualStartStopKeyframe(const Settings& actual) {
71 // Check that the settings returned by GetSuperFrameSettings() is
72 // equal to the expected_ settings.
76 Settings actual =
82 Settings expected_;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
NetworkFragment.java 17 package com.android.tv.settings.connectivity;
24 import android.provider.Settings;
32 import com.android.tv.settings.R;
152 Settings.Global.putInt(getActivity().getContentResolver(),
153 Settings.Global.WIFI_SCAN_ALWAYS_AVAILABLE,
181 scanAlwaysAvailable = Settings.Global.getInt(getContext().getContentResolver(),
182 Settings.Global.WIFI_SCAN_ALWAYS_AVAILABLE);
183 } catch (Settings.SettingNotFoundException e) {
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsTest.java 42 import android.provider.Contacts.Settings;
638 * Test case for the behavior of the ContactsProvider's settings table
643 Settings._ID, Settings._SYNC_ACCOUNT, Settings._SYNC_ACCOUNT_TYPE,
644 Settings.KEY, Settings.VALUE};
659 value.put(Settings.KEY, insertKey);
660 value.put(Settings.VALUE, insertValue);
663 mProvider.insert(Settings.CONTENT_URI, value)
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiController.java 39 import android.provider.Settings;
67 * See {@link Settings.Global#WIFI_IDLE_MS}. This is the default value if a
68 * Settings.Global value is not present. This timeout value is chosen as
76 * See {@link Settings.Global#WIFI_REENABLE_DELAY_MS}. This is the default value if a
77 * Settings.Global value is not present. This is the minimum time after wifi is disabled
235 Settings.Global.STAY_ON_WHILE_PLUGGED_IN, 0);
240 Settings.Global.WIFI_IDLE_MS, DEFAULT_IDLE_MS);
245 Settings.Global.WIFI_SLEEP_POLICY,
246 Settings.Global.WIFI_SLEEP_POLICY_NEVER);
251 Settings.Global.WIFI_REENABLE_DELAY_MS, DEFAULT_REENABLE_DELAY_MS)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DeviceOwnerPositiveTestActivity.java 31 import android.provider.Settings;
144 // device admin settings
150 new Intent(Settings.ACTION_SECURITY_SETTINGS))));
170 new Intent(Settings.ACTION_WIFI_SETTINGS))}));
184 new Intent(Settings.ACTION_VPN_SETTINGS)),
201 new Intent(Settings.ACTION_DATA_ROAMING_SETTINGS))}));
216 new Intent(Settings.ACTION_BLUETOOTH_SETTINGS))}));
271 new Intent(Settings.ACTION_SETTINGS))}));
  /frameworks/base/media/java/android/media/audiofx/
EnvironmentalReverb.java 497 * The Settings class regroups all environmental reverb parameters. It is used in
501 public static class Settings {
513 public Settings() {
517 * Settings class constructor from a key=value; pairs formatted string. The string is
518 * typically returned by Settings.toString() method.
521 public Settings(String settings) {
522 StringTokenizer st = new StringTokenizer(settings, "=;");
525 throw new IllegalArgumentException("settings: " + settings);
623 Settings settings = new Settings(); local
    [all...]
Virtualizer.java 551 * The Settings class regroups all virtualizer parameters. It is used in
555 public static class Settings {
558 public Settings() {
562 * Settings class constructor from a key=value; pairs formatted string. The string is
563 * typically returned by Settings.toString() method.
566 public Settings(String settings) {
567 StringTokenizer st = new StringTokenizer(settings, "=;");
570 throw new IllegalArgumentException("settings: " + settings);
609 Settings settings = new Settings(); local
    [all...]

Completed in 962 milliseconds

<<11121314151617181920>>