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

<<11121314151617181920>>

  /external/libnfc-nci/halimpl/pn54x/
libnfc-nxp-PN548AD_example.conf 61 # NXP proprietary settings
65 # NFC forum profile settings
75 # Standby enable settings
79 # NXP TVDD configurations settings
101 # NXP RF configuration ALM/PLM settings
107 # NXP RF configuration ALM/PLM settings
113 # NXP RF configuration ALM/PLM settings
119 # NXP RF configuration ALM/PLM settings
125 # NXP RF configuration ALM/PLM settings
131 # NXP RF configuration ALM/PLM settings
    [all...]
libnfc-nxp-PN551_example.conf 61 # NXP proprietary settings
65 # NFC forum profile settings
75 # Standby enable settings
79 # NXP TVDD configurations settings
101 # NXP RF configuration ALM/PLM settings
107 # NXP RF configuration ALM/PLM settings
113 # NXP RF configuration ALM/PLM settings
119 # NXP RF configuration ALM/PLM settings
125 # NXP RF configuration ALM/PLM settings
131 # NXP RF configuration ALM/PLM settings
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/internal/util/
FakeSettingsProvider.java 21 import android.provider.Settings;
28 * Fake for system settings.
31 * provider for the Settings authority:
39 * mContentResolver.addProvider(Settings.AUTHORITY, new FakeSettingsProvider());
48 * need to be modified, and can access Settings using the normal static methods:
50 * Settings.Global.getInt(cr, "my_setting", 0); // Returns 0.
51 * Settings.Global.putInt(cr, "my_setting", 5);
52 * Settings.Global.getInt(cr, "my_setting", 0); // Returns 5.
54 * Note that this class cannot be used in the same process as real settings. This is because it
55 * works by passing an alternate ContentResolver to Settings operations. Unfortunately, the Setting
    [all...]
  /packages/apps/TvSettings/Settings/res/xml/
main_prefs.xml 27 android:fragment="com.android.tv.settings.connectivity.NetworkFragment" />
32 android:fragment="com.android.tv.settings.system.InputsFragment" />
37 <intent android:action="com.google.android.settings.CAST_RECEIVER_SETTINGS" />
43 android:fragment="com.android.tv.settings.device.sound.SoundFragment" />
48 android:fragment="com.android.tv.settings.device.apps.AppsFragment" />
53 android:fragment="com.android.tv.settings.device.display.daydream.DaydreamFragment" />
58 android:fragment="com.android.tv.settings.device.StorageResetFragment" />
63 android:fragment="com.android.tv.settings.about.AboutFragment" />
73 android:fragment="com.android.tv.settings.system.DateTimeFragment" />
78 android:fragment="com.android.tv.settings.system.LanguageFragment" /
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
BackgroundScanScheduler.java 129 * collection to be scanned by the bucket as settings are added to it.
145 * Copy constructor which populates the settings list from the original bucket object.
149 for (ScanSettings settings : originalBucket.getSettingsList()) {
150 mScanSettingsList.add(settings);
170 // It's difficult to handle settings removal from buckets in terms of
185 for (ScanSettings settings : mScanSettingsList) {
186 mChannelCollection.addChannels(settings);
218 // setting in the settings list will be used to configure this bucket.
366 // This keeps track of the settings to the max time period bucket to which it was scheduled.
403 * settings
569 ScanSettings settings = new ScanSettings(); local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
IntentFiltersTestHelper.java 38 import android.provider.Settings;
68 new Intent(Settings.ACTION_ACCESSIBILITY_SETTINGS),
69 new Intent(Settings.ACTION_APPLICATION_DEVELOPMENT_SETTINGS),
70 new Intent(Settings.ACTION_CAPTIONING_SETTINGS),
71 new Intent(Settings.ACTION_DATE_SETTINGS),
72 new Intent(Settings.ACTION_DEVICE_INFO_SETTINGS),
73 new Intent(Settings.ACTION_DISPLAY_SETTINGS),
74 new Intent(Settings.ACTION_LOCALE_SETTINGS),
75 new Intent(Settings.ACTION_PRIVACY_SETTINGS),
76 new Intent(Settings.ACTION_SETTINGS)
    [all...]
  /external/autotest/client/site_tests/power_ARMSettings/
control 7 PURPOSE = "Verify that power realted settings are set correctly."
9 This test will fail if any of the power related settings aren't set to
18 This test reads various power related settings such as usb and wifi to
  /external/autotest/client/site_tests/power_x86Settings/
control 10 PURPOSE = "Verify that power realted settings are set correctly."
12 This test will fail if any of the power related settings aren't set to
21 This test reads various power related settings such as CPU MSRs, PCIe BARs,
  /external/autotest/client/site_tests/ui_SettingsPage/
control.link 7 PURPOSE = "Collects settings page images as data to examine default icons"
20 Collects screenshots of settings page. Goal is to observe how the settings page
  /external/icu/icu4c/source/i18n/
collationdatawriter.h 30 static int32_t writeBase(const CollationData &data, const CollationSettings &settings,
35 static int32_t writeTailoring(const CollationTailoring &t, const CollationSettings &settings,
43 const CollationData &data, const CollationSettings &settings,
  /external/libweave/examples/provider/
file_config_store.h 23 bool LoadDefaults(Settings* settings) override;
26 const std::string& settings,
  /external/libweave/src/
base_api_handler.h 18 struct Settings;
33 void OnConfigChanged(const Settings& settings);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/compat/
MetadataSyncEnabledCompat.java 20 import android.provider.Settings;
25 ? (Settings.Global.getInt(context.getContentResolver(),
26 Settings.Global.CONTACT_METADATA_SYNC_ENABLED, 0) == 1)
  /packages/apps/Settings/res/xml/
device_info_storage_volume.xml 19 xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
21 settings:keywords="@string/keywords_storage">
accessibility_settings_for_setup_wizard.xml 21 <com.android.settings.accessibility.DividerAllowedBelowPreference
29 "com.android.settings.accessibility.ToggleScreenMagnificationPreferenceFragmentForSetupWizard"
36 "com.android.settings.accessibility.FontSizePreferenceFragmentForSetupWizard"
41 <com.android.settings.display.ScreenZoomPreference
42 android:fragment="com.android.settings.display.ScreenZoomPreferenceFragmentForSetupWizard"
49 "com.android.settings.accessibility.ToggleScreenReaderPreferenceFragmentForSetupWizard"
date_time_prefs.xml 18 xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
20 settings:keywords="@string/keywords_date_and_time">
26 settings:useAdditionalSummary="true"
27 settings:restrictedSwitchSummary="@string/enabled_by_admin"
47 android:fragment="com.android.settings.ZonePicker"
location_settings.xml 18 xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
21 settings:keywords="@string/keywords_location">
26 settings:keywords="@string/keywords_location_mode"
33 settings:useAdminDisabledSummary="true"
37 <com.android.settings.DividedCategory
  /packages/apps/Settings/src/com/android/settings/location/
LocationMode.java 17 package com.android.settings.location;
19 import android.provider.Settings;
23 import com.android.settings.R;
102 int mode = Settings.Secure.LOCATION_MODE_OFF;
104 mode = Settings.Secure.LOCATION_MODE_HIGH_ACCURACY;
106 mode = Settings.Secure.LOCATION_MODE_BATTERY_SAVING;
108 mode = Settings.Secure.LOCATION_MODE_SENSORS_ONLY;
116 case Settings.Secure.LOCATION_MODE_OFF:
119 case Settings.Secure.LOCATION_MODE_SENSORS_ONLY:
122 case Settings.Secure.LOCATION_MODE_BATTERY_SAVING
    [all...]
  /packages/inputmethods/LatinIME/java/res/values/
donottranslate-debug-settings.xml 21 <!-- Title for Android keyboard debug settings activity / dialog -->
22 <string name="english_ime_debug_settings">Android Keyboard Debug settings</string>
30 <!-- Title of the settings for customize key popup animation parameters [CHAR LIMIT=35] -->
32 <!-- Title of the settings for key popup show up animation duration (in milliseconds) [CHAR LIMIT=35] -->
34 <!-- Title of the settings for key popup dismiss animation duration (in milliseconds) [CHAR LIMIT=35] -->
36 <!-- Title of the settings for key popup show up animation start X-scale (in percentile) [CHAR LIMIT=35] -->
38 <!-- Title of the settings for key popup show up animation start Y-scale (in percentile) [CHAR LIMIT=35] -->
40 <!-- Title of the settings for key popup dismiss animation end X-scale (in percentile) [CHAR LIMIT=35] -->
42 <!-- Title of the settings for key popup dismiss animation end Y-scale (in percentile) [CHAR LIMIT=35] -->
44 <!-- Title of the settings to enable keyboard resizing --
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/
PREBUILT 5 1. Create a settings.xml [2] file that specifies the location for the
11 4. Update settings.xml to specify that it should run in offline mode,
14 Step 1: Create a settings.xml
17 <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
19 xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
20 http://maven.apache.org/xsd/settings-1.0.0.xsd">
23 </settings>
25 Step 2: Run maven using the above settings.xml
28 $ mvn -s /path/to/above/settings.xml packag
    [all...]
  /development/samples/VoiceRecognitionService/
_index.html 8 settings activity</a> for that service. It shows the basic skeleton for setting up a recognition
9 service and exposing its settings activity to settings.</p>
13 chosen by the user in the simplistic settings activity.</p>
16 available will expose a new option under "voice input &amp; output" settings, to let the
22 as expected if this sample recognition service is chosen in settings. Other simpler
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/
HapticFeedbackController.java 9 import android.provider.Settings;
19 return Settings.System.getInt(context.getContentResolver(),
20 Settings.System.HAPTIC_FEEDBACK_ENABLED, 0) == 1;
46 // Setup a listener for changes in haptic feedback settings
48 Uri uri = Settings.System.getUriFor(Settings.System.HAPTIC_FEEDBACK_ENABLED);
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
AdvertiseClient.java 34 AdvertiseSettings settings; field in class:AdvertiseClient
48 * @param settings - Settings for the advertising.
52 AdvertiseClient(int clientIf, AdvertiseSettings settings, AdvertiseData advertiseData,
55 this.settings = settings;
  /packages/apps/TvSettings/Settings/res/layout/
settings_list.xml 16 <!-- Layout for the settings list fragment -->
18 xmlns:settings="http://schemas.android.com/apk/res-auto"
30 <com.android.tv.settings.widget.ScrollAdapterView
37 settings:orientation="vertical"
38 settings:scrollCenterOffsetPercent="50"
39 settings:scrollCenterStrategy="fixedPercent" />
  /packages/inputmethods/LatinIME/java/res/xml/
prefs.xml 22 android:fragment="com.android.inputmethod.latin.settings.PreferencesSettingsFragment"
26 android:fragment="com.android.inputmethod.latin.settings.AccountsSettingsFragment"
30 android:fragment="com.android.inputmethod.latin.settings.AppearanceSettingsFragment"
34 android:fragment="com.android.inputmethod.latin.settings.GestureSettingsFragment"
38 android:fragment="com.android.inputmethod.latin.settings.CorrectionSettingsFragment"
42 android:fragment="com.android.inputmethod.latin.settings.AdvancedSettingsFragment"

Completed in 1697 milliseconds

<<11121314151617181920>>