HomeSort by relevance Sort by last modified time
    Searched defs:setting (Results 26 - 50 of 279) sorted by null

12 3 4 5 6 7 8 91011>>

  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
AdminActionBookkeepingTest.java 168 final String setting = Settings.Secure.DEFAULT_INPUT_METHOD; local
170 final String ime = Settings.Secure.getString(resolver, setting);
172 Settings.Secure.putString(resolver, setting, "com.test.1");
176 mDevicePolicyManager.setSecureSetting(getWho(), setting, "com.test.2"); local
180 Settings.Secure.putString(resolver, setting, ime);
  /developers/build/prebuilts/gradle/DeviceOwner/Application/src/main/java/com/example/android/deviceowner/
DeviceOwnerFragment.java 202 * Retrieves the current boolean value of the specified global setting.
205 * @param setting The setting to be retrieved
208 private static boolean getBooleanGlobalSetting(ContentResolver resolver, String setting) {
209 return 0 != Settings.Global.getInt(resolver, setting, 0);
213 * Sets the boolean value of the specified global setting.
215 * @param setting The setting to be set
218 private void setBooleanGlobalSetting(String setting, boolean value) {
223 setting, local
    [all...]
  /developers/samples/android/admin/DeviceOwner/Application/src/main/java/com/example/android/deviceowner/
DeviceOwnerFragment.java 202 * Retrieves the current boolean value of the specified global setting.
205 * @param setting The setting to be retrieved
208 private static boolean getBooleanGlobalSetting(ContentResolver resolver, String setting) {
209 return 0 != Settings.Global.getInt(resolver, setting, 0);
213 * Sets the boolean value of the specified global setting.
215 * @param setting The setting to be set
218 private void setBooleanGlobalSetting(String setting, boolean value) {
223 setting, local
    [all...]
  /development/samples/browseable/DeviceOwner/src/com.example.android.deviceowner/
DeviceOwnerFragment.java 202 * Retrieves the current boolean value of the specified global setting.
205 * @param setting The setting to be retrieved
208 private static boolean getBooleanGlobalSetting(ContentResolver resolver, String setting) {
209 return 0 != Settings.Global.getInt(resolver, setting, 0);
213 * Sets the boolean value of the specified global setting.
215 * @param setting The setting to be set
218 private void setBooleanGlobalSetting(String setting, boolean value) {
223 setting, local
    [all...]
  /external/dng_sdk/source/
dng_shared.cpp 880 const char *setting = NULL; local
886 setting = "Auto";
890 setting = "None";
894 setting = "INVALID VALUE";
899 setting);
    [all...]
  /external/syslinux/gpxe/src/hci/tui/
settings_ui.c 53 /** Layout of text within a setting widget */
64 /** A setting widget */
68 /** Configuration setting */
69 struct setting *setting; member in struct:setting_widget
74 /** Edit box widget used for editing setting */
78 /** Buffer for setting's value */
89 struct setting *setting,
100 static void draw_info_row ( struct setting *setting ) __nonnull
    [all...]
  /frameworks/av/media/libstagefright/
MediaCodecListOverrides.cpp 273 AString setting = AStringPrintf( local
274 " <Setting name=\"%s\" value=\"%s\" />\n",
277 ret.append(setting);
298 // of setting in this case, which is "max-supported-instances".
299 AString setting = AStringPrintf( local
303 ret.append(setting);
  /frameworks/base/services/robotests/src/com/android/server/backup/
BackupManagerConstantsTest.java 94 * Tests that if there is a setting change when we are not currently observing the setting, that
102 final String setting = local
104 putStringAndNotify(setting);
146 * Test passing in a malformed setting string. The setting expects
  /libcore/dom/src/test/java/org/w3c/domts/
LSDocumentBuilderFactory.java 50 * Applies setting to LSParser
52 * @param setting setting
54 * @throws DOMTestIncompatibleException if parser does not support setting
56 public abstract void applySetting(DocumentBuilderSetting setting,
61 * Gets state of setting for parser
64 * @return state of setting
71 * Represents a fixed setting, for example, all Java implementations
82 * @param settingName setting name
90 * Apply setting. Throws exception if requested settin
145 throw new DOMTestIncompatibleException(ex.getTargetException(), setting); local
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/development/
VerifyAppsOverUsbPreferenceControllerTest.java 67 /** Convenience class for setting global int settings. */
69 public GlobalSetter set(String setting, int value) {
70 Global.putInt(mContext.getContentResolver(), setting, value); local
106 mGlobals.set(Global.ADB_ENABLED, 1 /* setting enabled */)
107 .set(Global.PACKAGE_VERIFIER_INCLUDE_ADB, 1 /* setting enabled */);
116 mGlobals.set(Global.ADB_ENABLED, 1 /* setting enabled */)
117 .set(Global.PACKAGE_VERIFIER_INCLUDE_ADB, 0 /* setting disabled */);
126 mGlobals.set(Global.ADB_ENABLED, 0 /* setting disabled */)
127 .set(Global.PACKAGE_VERIFIER_INCLUDE_ADB, 1 /* setting enabled */);
136 mGlobals.set(Global.ADB_ENABLED, 1 /* setting enabled */
    [all...]
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/setting/
GarageModeSettingsFragment.java 16 package com.google.android.car.kitchensink.setting;
UsbHostManagementActivity.java 16 package com.google.android.car.kitchensink.setting;
40 import com.google.android.car.kitchensink.setting.usb.UsbDeviceSettings;
41 import com.google.android.car.kitchensink.setting.usb.UsbHostController;
UsbManagerFragment.java 16 package com.google.android.car.kitchensink.setting;
30 import com.google.android.car.kitchensink.setting.usb.UsbDevicePreference;
31 import com.google.android.car.kitchensink.setting.usb.UsbDeviceSettings;
32 import com.google.android.car.kitchensink.setting.usb.UsbSettingsStorage;
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/setting/usb/
UsbSettingsStorage.java 16 package com.google.android.car.kitchensink.setting.usb;
70 Log.w(TAG, "Usb setting missing for device serial: " + serialNumber
  /platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationDNDTests.java 96 int setting = mNotificationManager.getCurrentInterruptionFilter(); local
108 mNotificationManager.setInterruptionFilter(setting);
117 int setting = mNotificationManager.getCurrentInterruptionFilter(); local
145 mNotificationManager.setInterruptionFilter(setting);
  /packages/apps/Settings/src/com/android/settings/location/
SettingsInjector.java 75 * If reading the status of a setting takes longer than this, we go ahead and start reading
76 * the next setting.
101 private final Set<Setting> mSettings;
107 mSettings = new HashSet<Setting>();
114 * {@link SettingInjectorService#ACTION_SERVICE_INTENT} and provides the expected setting
134 InjectedSetting setting = parseServiceInfo(resolveInfo, userHandle, pm); local
135 if (setting == null) {
138 settings.add(setting);
167 Log.w(TAG, "Ignoring attempt to inject setting from app not in system image: "
208 * Returns an immutable representation of the static attributes for the setting, or null
453 Setting setting = iter.next(); local
487 public final InjectedSetting setting; field in class:SettingsInjector.Setting
    [all...]
  /packages/services/Car/car-usb-handler/src/android/car/usb/handler/
UsbDeviceHandlerResolver.java 479 UsbDeviceSettings setting = UsbDeviceSettings.constructSettings(device); local
480 setting.setHandler(
483 settings.add(setting);
557 UsbDeviceSettings setting = UsbDeviceSettings.constructSettings(context.settings); local
558 setting.setHandler(
561 setting.setAoap(true);
562 context.activeDeviceSettings.add(setting);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleConnectionPriorityServerService.java 401 AdvertiseSettings setting = new AdvertiseSettings.Builder() local
406 mAdvertiser.startAdvertising(setting, data, mAdvertiseCallback);
BleEncryptedServerService.java 464 AdvertiseSettings setting = new AdvertiseSettings.Builder() local
469 mAdvertiser.startAdvertising(setting, data, mAdvertiseCallback);
  /frameworks/base/services/companion/java/com/android/server/companion/
CompanionDeviceManagerService.java 310 String setting = Settings.Secure.getString(getContext().getContentResolver(), local
312 return new ComponentNameSet(setting).contains(component);
  /frameworks/base/services/core/java/com/android/server/
NetworkScorerAppManager.java 269 * Ensures the {@link Settings.Global#NETWORK_RECOMMENDATIONS_PACKAGE} setting points to a valid
312 * Migrates the NETWORK_SCORER_APP Setting to the USE_OPEN_WIFI_PACKAGE Setting.
334 // If the new (useOpenWifi) Setting isn't set and the old Setting's value matches the
335 // new metadata value then update the new Setting with the old value. Otherwise it's a
336 // mismatch so we shouldn't enable the Setting automatically.
352 // Clear out the old setting so we don't run through the migration code again.
356 final String setting = local
358 Log.d(TAG, "Settings.Global.USE_OPEN_WIFI_PACKAGE is: '" + setting + "'.")
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
ScheduleConditionProvider.java 295 final String setting = TextUtils.join(SEPARATOR, mSnoozedForAlarm); local
299 setting, local
307 final String setting = Settings.Secure.getStringForUser( local
311 if (setting != null) {
312 final String[] tokens = setting.split(SEPARATOR);
  /packages/apps/Settings/src/com/android/settings/applications/defaultapps/
DefaultAutofillPicker.java 52 static final String SETTING = Settings.Secure.AUTOFILL_SERVICE;
213 String setting = Settings.Secure.getString(context.getContentResolver(), SETTING); local
214 if (setting != null) {
215 ComponentName componentName = ComponentName.unflattenFromString(setting);
241 Settings.Secure.putString(getContext().getContentResolver(), SETTING, key);
259 * Provides Intent to setting activity for the specified autofill service.
  /packages/apps/Settings/tests/uitests/src/com/android/settings/ui/
AccessibilitySettingsTests.java 222 // Tap on setting required
261 UiObject2 setting = null; local
262 while(count < 3 && setting == null) {
263 setting = mDevice.wait(Until.findObject(By.text(item)), TIMEOUT);
264 if (setting == null) {
269 return setting;
DisplaySettingsTest.java 108 assertTrue("Accelorometer setting unchanged after toggle", currentAccelSetting != newAccelSetting);
112 assertTrue("Accelorometer setting unchanged after toggle", revertedAccelSetting != newAccelSetting);
225 private void verifyFontSizeSetting(float resetValue, FontSetting setting)
232 mDevice.wait(Until.findObject(By.desc(setting.getName())), TIMEOUT).click();
236 assertEquals(setting.getSize(), changedValue, 0.0001);

Completed in 1438 milliseconds

12 3 4 5 6 7 8 91011>>