HomeSort by relevance Sort by last modified time
    Searched full:settings (Results 176 - 200 of 9488) sorted by null

1 2 3 4 5 6 78 91011>>

  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
SettingsIntentsTest.java 21 import android.provider.Settings;
27 * Note that OEMs can replace the Settings apps, so we we can at most check if the intent resolves.
45 new Intent(Settings.ACTION_SETTINGS), 0 /* flags */));
50 new Intent(Settings.ACTION_SYNC_SETTINGS), 0 /* flags */));
55 new Intent(Settings.ACTION_APPLICATION_SETTINGS), 0 /* flags */));
61 new Intent(Settings.ACTION_SECURITY_SETTINGS), 0 /* flags */));
67 new Intent(Settings.ACTION_NFC_SETTINGS), 0 /* flags */));
73 new Intent(Settings.ACTION_LOCATION_SOURCE_SETTINGS), 0 /* flags */));
  /development/samples/AndroidBeamDemo/res/values/
strings.xml 5 the system Settings (select the setting icon above), then place this device up
8 <string name="menu_settings">Android Beam settings</string>
  /external/jacoco/jacoco-maven-plugin.test/
.project 19 <name>.settings</name>
21 <locationURI>PARENT-1-PROJECT_LOC/org.jacoco.core.test/.settings</locationURI>
  /external/parameter-framework/upstream/test/xml-generator/testVector/
fourth.xml 14 <Settings>
24 </Settings>
initialSettings.xml 15 <Settings>
21 </Settings>
third.xml 14 <Settings>
24 </Settings>
  /frameworks/base/services/tests/servicestests/src/com/android/internal/util/
FakeSettingsProviderTest.java 22 import android.provider.Settings;
43 mCr.addProvider(Settings.AUTHORITY, new FakeSettingsProvider());
48 String settingName = Settings.System.SCREEN_BRIGHTNESS;
51 Settings.System.getInt(mCr, settingName);
53 } catch (Settings.SettingNotFoundException expected) {}
55 // Check that fake settings can be written and read back.
56 Settings.System.putInt(mCr, settingName, 123);
57 assertEquals(123, Settings.System.getInt(mCr, settingName));
  /packages/apps/Settings/res/xml/
gesture_settings.xml 18 xmlns:settings="http://schemas.android.com/apk/res-auto"
20 settings:keywords="@string/keywords_gesture">
22 <com.android.settings.gestures.GesturePreference
26 settings:animation="@raw/gesture_fingerprint_swipe"/>
28 <com.android.settings.gestures.GesturePreference
32 settings:animation="@raw/gesture_double_tap"/>
34 <com.android.settings.gestures.GesturePreference
38 settings:animation="@raw/gesture_twist"/>
data_usage.xml 18 xmlns:settings="http://schemas.android.com/apk/res-auto"
25 <com.android.settings.SummaryPreference
29 <com.android.settings.DividerPreference
32 settings:allowDividerBelow="true" />
34 <com.android.settings.datausage.DataSaverPreference
37 android:fragment="com.android.settings.datausage.DataSaverSummary" />
power_usage_summary.xml 18 xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
20 settings:keywords="@string/keywords_battery">
22 <com.android.settings.fuelgauge.BatterySaverPreference
24 android:fragment="com.android.settings.fuelgauge.BatterySaverSettings" />
26 <com.android.settings.fuelgauge.BatteryHistoryPreference
suggestion_ordering.xml 18 <step category="com.android.settings.suggested.category.LOCK_SCREEN" />
19 <step category="com.android.settings.suggested.category.EMAIL" />
20 <step category="com.android.settings.suggested.category.PARTNER_ACCOUNT"
22 <step category="com.android.settings.suggested.category.HOTWORD" />
23 <step category="com.android.settings.suggested.category.DEFAULT"
25 <step category="com.android.settings.suggested.category.SETTINGS_ONLY"
vpn_app_management.xml 18 xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
30 settings:userRestriction="no_config_vpn"/>
32 <com.android.settings.DimmableIconPreference
36 settings:userRestriction="no_config_vpn"
37 settings:useAdminDisabledSummary="true" />
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilitySettingsTest.java 22 import android.provider.Settings;
30 * accessibility settings has an activity that handles it.
37 Intent intent = new Intent(Settings.ACTION_ACCESSIBILITY_SETTINGS);
41 // make sure accessibility settings exist
42 String message = "Accessibility settings activity must be launched via Intent " +
43 "Settings.ACTION_ACCESSIBILITY_SETTINGS";
  /packages/apps/SafetyRegulatoryInfo/src/com/android/safetyregulatoryinfo/
SafetyAndRegulatoryInfoActivity.java 32 WebSettings settings = webView.getSettings(); local
34 settings.setSavePassword(false);
35 settings.setSaveFormData(false);
36 settings.setBlockNetworkLoads(true);
40 settings.setJavaScriptEnabled(false);
41 settings.setDefaultTextEncodingName("utf-8");
  /packages/apps/Settings/src/com/android/settings/
AirplaneModeVoiceActivity.java 17 package com.android.settings;
22 import android.provider.Settings;
25 import com.android.settings.utils.VoiceSettingsActivity;
28 * Activity for modifying the {@link Settings.Global#AIRPLANE_MODE_ON AIRPLANE_MODE_ON}
35 if (intent.hasExtra(Settings.EXTRA_AIRPLANE_MODE_ENABLED)) {
39 Settings.EXTRA_AIRPLANE_MODE_ENABLED, false));
  /packages/apps/Settings/src/com/android/settings/accessibility/
SettingsContentObserver.java 17 package com.android.settings.accessibility;
23 import android.provider.Settings;
31 contentResolver.registerContentObserver(Settings.Secure.getUriFor(
32 Settings.Secure.ACCESSIBILITY_ENABLED), false, this);
33 contentResolver.registerContentObserver(Settings.Secure.getUriFor(
34 Settings.Secure.ENABLED_ACCESSIBILITY_SERVICES), false, this);
ToggleGlobalGesturePreferenceFragment.java 17 package com.android.settings.accessibility;
19 import android.provider.Settings;
22 import com.android.settings.widget.ToggleSwitch;
23 import com.android.settings.widget.ToggleSwitch.OnBeforeCheckedChangeListener;
29 Settings.Global.putInt(getContentResolver(),
30 Settings.Global.ENABLE_ACCESSIBILITY_GLOBAL_GESTURE_ENABLED, enabled ? 1 : 0);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
AppearanceSettingsFragment.java 17 package com.android.inputmethod.latin.settings;
26 * "Appearance" settings sub screen.
34 Constants.isPhone(Settings.readScreenMetrics(getResources()))) {
35 removePreference(Settings.PREF_ENABLE_SPLIT_KEYBOARD);
43 findPreference(Settings.PREF_CUSTOM_INPUT_STYLES));
44 ThemeSettingsFragment.updateKeyboardThemeSummary(findPreference(Settings.SCREEN_THEME));
SettingsValues.java 17 package com.android.inputmethod.latin.settings;
50 // Float.NEGATIVE_INFINITE and Float.MAX_VALUE. Currently used for auto-correction settings.
97 // Deduced settings
108 // Debug settings
133 // Get the settings preferences
134 mAutoCap = prefs.getBoolean(Settings.PREF_AUTO_CAP, true);
135 mVibrateOn = Settings.readVibrationEnabled(prefs, res);
136 mSoundOn = Settings.readKeypressSoundEnabled(prefs, res);
137 mKeyPreviewPopupOn = Settings.readKeyPreviewPopupEnabled(prefs, res);
143 mIncludesOtherImesInLanguageSwitchList = Settings.ENABLE_SHOW_LANGUAGE_SWITCH_KEY_SETTING
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
SystemSettingsUtil.java 20 import android.provider.Settings;
25 * Accesses the Global System settings for more control during testing.
31 return Settings.Global.getInt(context.getContentResolver(), Settings.Global.THEATER_MODE_ON,
36 return Settings.System.getInt(context.getContentResolver(),
37 Settings.System.VIBRATE_WHEN_RINGING, 0) != 0;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/
SensorFeaturesDeactivator.java 25 import android.provider.Settings;
95 super(Settings.ACTION_AIRPLANE_MODE_SETTINGS, R.string.snsr_setting_airplane_mode);
101 // Settings.System.AIRPLANE_MODE_ON is deprecated in API 17
103 return Settings.System
104 .getInt(contentResolver, Settings.System.AIRPLANE_MODE_ON, defaultValue);
106 return Settings.Global
107 .getInt(contentResolver, Settings.Global.AIRPLANE_MODE_ON, defaultValue);
121 super(Settings.ACTION_DISPLAY_SETTINGS, R.string.snsr_setting_screen_brightness_mode);
126 return Settings.System.getInt(
128 Settings.System.SCREEN_BRIGHTNESS_MODE
    [all...]
  /cts/tests/tests/assist/src/android/assist/cts/
DisableContextTest.java 31 import android.provider.Settings;
58 "settings put secure assist_structure_enabled 1");
60 "settings put secure assist_screenshot_enabled 1");
70 // Both settings off
73 "settings put secure assist_structure_enabled 0");
75 "settings put secure assist_screenshot_enabled 0");
85 "settings put secure assist_structure_enabled 1");
87 "settings put secure assist_screenshot_enabled 0");
97 "settings put secure assist_structure_enabled 0");
99 "settings put secure assist_screenshot_enabled 1")
    [all...]
  /cts/tests/tests/bluetooth/src/android/bluetooth/cts/
AdvertiseSettingsTest.java 31 AdvertiseSettings settings = new AdvertiseSettings.Builder().build(); local
32 assertEquals(AdvertiseSettings.ADVERTISE_MODE_LOW_POWER, settings.getMode());
33 assertEquals(AdvertiseSettings.ADVERTISE_TX_POWER_MEDIUM, settings.getTxPowerLevel());
34 assertEquals(0, settings.getTimeout());
35 assertTrue(settings.isConnectable());
40 AdvertiseSettings settings = new AdvertiseSettings.Builder().build(); local
41 assertEquals(0, settings.describeContents());
48 AdvertiseSettings settings = new AdvertiseSettings.Builder() local
54 settings.writeToParcel(parcel, 0);
61 assertFalse(settings.isConnectable())
    [all...]
  /development/apps/SdkSetup/src/com/android/sdksetup/
DefaultActivity.java 28 import android.provider.Settings;
41 Settings.Global.putInt(getContentResolver(), Settings.Global.DEVICE_PROVISIONED, 1);
43 Settings.Secure.putInt(getContentResolver(), Settings.Secure.USER_SETUP_COMPLETE, 1);
46 // Not needed since this SDK will contain the Settings app.
47 Settings.Secure.putString(getContentResolver(), Settings.Secure.LOCATION_PROVIDERS_ALLOWED,
51 Settings.Global.putInt(getContentResolver(), Settings.Global.INSTALL_NON_MARKET_APPS, 1)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ScanClient.java 37 ScanSettings settings; field in class:ScanClient
63 ScanClient(int appIf, boolean isServer, ScanSettings settings,
65 this(appIf, isServer, new UUID[0], settings, filters, null, null);
68 ScanClient(int appIf, boolean isServer, ScanSettings settings,
70 this(appIf, isServer, new UUID[0], settings, filters, null, storages);
73 ScanClient(int appIf, boolean isServer, ScanSettings settings,
76 this(appIf, isServer, new UUID[0], settings, filters, workSource, storages);
79 private ScanClient(int appIf, boolean isServer, UUID[] uuids, ScanSettings settings,
85 this.settings = settings;
    [all...]

Completed in 881 milliseconds

1 2 3 4 5 6 78 91011>>