Searched defs:settings (Results 1 - 25 of 114) sorted by relevance

12345

/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
H A DSettingsHelperTest.java17 package com.android.providers.settings;
25 import com.android.providers.settings.SettingsHelper;
51 // Same as current settings
H A DSettingsHelperRestoreTest.java17 package com.android.providers.settings;
35 * String, String, int)}. Specifically verifies that we restore critical accessibility settings only
H A DSettingsProviderPerformanceTest.java17 package com.android.providers.settings;
80 assertTrue("Setting and getting a settings takes too long.", averageTimePerIterationMillis
124 assertTrue("Setting and getting a settings takes too long.", averageTimePerIterationMillis
H A DSettingsStateTest.java16 package com.android.providers.settings;
122 * Make sure settings can be written to a file and also can be read.
161 "<settings version=\"120\">" +
165 "</settings>");
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/settings/
H A DCurrentUserTrackerTest.java17 package com.android.systemui.settings;
/frameworks/wilhelm/src/itf/
H A DIAudioEncoder.cpp31 SLAudioEncoderSettings settings = *pSettings; local
33 thiz->mSettings = settings;
52 SLAudioEncoderSettings settings = thiz->mSettings; local
54 *pSettings = settings;
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProtoDumpUtil.java17 package com.android.providers.settings;
23 import android.providers.settings.GlobalSettingsProto;
24 import android.providers.settings.SecureSettingsProto;
25 import android.providers.settings.SettingProto;
26 import android.providers.settings.SettingsServiceDumpProto;
27 import android.providers.settings.SystemSettingsProto;
28 import android.providers.settings.UserSettingsProto;
38 // Global settings
45 // Per-user settings
55 * Dump all settings o
1485 dumpRepeatedSetting(@onNull SettingsState settings, @NonNull ProtoOutputStream proto, String settingPrefix, long fieldId) argument
1495 dumpSetting(@onNull SettingsState settings, @NonNull ProtoOutputStream proto, String settingName, long fieldId) argument
[all...]
/frameworks/base/core/java/android/service/settings/suggestions/
H A DSuggestionService.java17 package android.service.settings.suggestions;
/frameworks/base/core/tests/coretests/src/android/service/settings/suggestions/
H A DMockSuggestionService.java17 package android.service.settings.suggestions;
H A DSuggestionServiceTest.java17 package android.service.settings.suggestions;
H A DSuggestionTest.java17 package android.service.settings.suggestions;
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DBrightnessDialog.java17 package com.android.systemui.settings;
H A DToggleSeekBar.java17 package com.android.systemui.settings;
/frameworks/support/webkit/src/main/java/androidx/webkit/internal/
H A DWebkitToCompatConverter.java72 ServiceWorkerWebSettings settings) {
73 return mImpl.convertServiceWorkerSettings(settings);
71 convertServiceWorkerSettings( ServiceWorkerWebSettings settings) argument
/frameworks/av/camera/include/camera/camera2/
H A DCaptureRequest.h45 CameraMetadata settings; member in struct:android::hardware::camera2::CaptureRequest::PhysicalCameraSettings
/frameworks/av/camera/ndk/impl/
H A DACaptureRequest.h58 ACameraMetadata* settings; member in struct:ACaptureRequest
/frameworks/av/include/camera/camera2/
H A DCaptureRequest.h45 CameraMetadata settings; member in struct:android::hardware::camera2::CaptureRequest::PhysicalCameraSettings
/frameworks/base/media/jni/
H A Dandroid_media_BufferingParams.h26 BufferingSettings settings; member in struct:android::BufferingParams
61 settings.mInitialMarkMs =
63 settings.mResumePlaybackMarkMs =
72 env->SetIntField(params, fields.initial_mark_ms, (jint)settings.mInitialMarkMs);
73 env->SetIntField(params, fields.resume_playback_mark_ms, (jint)settings.mResumePlaybackMarkMs);
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyConstants.java25 * Constants that are configurable via the global settings for {@link DevicePolicyManagerService}.
28 * adb shell settings put global device_policy_constants das_died_service_reconnect_backoff_sec=10,das_died_service_reconnect_backoff_increase=1.5,das_died_service_reconnect_max_backoff_sec=30
58 private DevicePolicyConstants(String settings) { argument
62 parser.setString(settings);
64 // Failed to parse the settings string, log this and move on
66 Slog.e(TAG, "Bad device policy settings: " + settings);
95 public static DevicePolicyConstants loadFromString(String settings) { argument
96 return new DevicePolicyConstants(settings);
/frameworks/base/tests/testables/src/android/testing/
H A DTestableSettingsProvider.java33 * This provides a simple copy-on-write implementation of settings that gets cleared
47 private TestableSettingsProvider(ContentProviderClient settings) { argument
48 mSettings = settings;
60 // Verify that if any test is using TestableContext, they all have the correct settings
62 assertEquals("Incorrect settings provider, test using incorrect Context?", MY_UNIQUE_KEY,
64 assertEquals("Incorrect settings provider, test using incorrect Context?", MY_UNIQUE_KEY,
66 assertEquals("Incorrect settings provider, test using incorrect Context?", MY_UNIQUE_KEY,
90 // Fall through to real settings.
92 if (DEBUG) Log.d(TAG, "Falling through to real settings " + method);
122 * Since the settings provide
125 getFakeSettingsProvider(ContentProviderClient settings) argument
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DVisualVoicemailSmsFilterTest.java167 private void setSettings(VisualVoicemailSmsFilterSettings settings) { argument
169 .thenReturn(settings);
/frameworks/av/camera/camera2/
H A DCaptureRequest.cpp55 ALOGE("%s: Failed to read the settings count from parcel: %d", __FUNCTION__, err);
71 CameraMetadata settings; local
72 if ((err = settings.readFromParcel(parcel)) != OK) {
77 mPhysicalCameraSettings.push_back({std::string(String8(id).string()), settings});
163 ALOGE("%s: Failed to write settings count!", __FUNCTION__);
173 if ((err = it.settings.writeToParcel(parcel)) != OK) {
174 ALOGE("%s: Failed to write settings!", __FUNCTION__);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAvrcpPlayerSettings.java27 * Class used to identify settings associated with the player on AG.
64 * Denotes a general OFF state. Applies to all settings.
97 * List of supported settings ORed.
141 * Create a new player settings object.
143 * @param settings a ORed value of SETTINGS_* defined above.
145 public BluetoothAvrcpPlayerSettings(int settings) { argument
146 mSettings = settings;
150 * Get the supported settings.
152 * @return int ORed value of supported settings.
161 * The setting must be part of possible settings i
[all...]
/frameworks/base/core/tests/coretests/src/android/provider/
H A DSettingsBackupTest.java40 /** Tests that ensure appropriate settings are backed up. */
53 * The following blacklists contain settings that should *not* be backed up and restored to
646 Set<String> settings, Set<String> settingsToBackup, Set<String> blacklist) {
647 Set<String> settingsNotBackedUp = difference(settings, settingsToBackup);
655 "blacklisted settings backed up",
645 checkSettingsBackedUpOrBlacklisted( Set<String> settings, Set<String> settingsToBackup, Set<String> blacklist) argument
/frameworks/base/graphics/java/android/graphics/fonts/
H A DFontVariationAxis.java115 * Construct FontVariationAxis array from font variation settings.
117 * The settings string is constructed from multiple pairs of axis tag and style values. The axis
121 * defined in the font, the settings will be ignored.
128 * @param settings font variation settings.
129 * @return FontVariationAxis[] the array of parsed font variation axis. {@code null} if settings
130 * has no font variation settings.
131 * @throws IllegalArgumentException If given string is not a valid font variation settings
135 @Nullable String settings) {
136 if (settings
134 fromFontVariationSettings( @ullable String settings) argument
[all...]

Completed in 8668 milliseconds

12345