Searched refs:settings (Results 76 - 100 of 119) sorted by relevance

12345

/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerNotificationWarnings.java78 private final Intent mOpenBatterySettings = settings(Intent.ACTION_POWER_USAGE_SUMMARY);
192 private static Intent settings(String action) { method in class:PowerNotificationWarnings
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp2507 bool ResTable_config::match(const ResTable_config& settings) const {
2509 if (mcc != 0 && mcc != settings.mcc) {
2512 if (mnc != 0 && mnc != settings.mnc) {
2525 if (language[0] != settings.language[0] || language[1] != settings.language[1]) {
2536 if (settings.localeScript[0] == '\0') { // could not determine the request's script
2554 && (country[0] != settings.country[0]
2555 || country[1] != settings.country[1])) {
2559 if (memcmp(script, settings.localeScript, sizeof(settings
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java1029 // Then create a new DPMS to have it load the settings from files.
1877 reset(mMockContext.settings);
1882 reset(mMockContext.settings);
1887 reset(mMockContext.settings);
1892 reset(mMockContext.settings);
1897 reset(mMockContext.settings);
1902 reset(mMockContext.settings);
1906 reset(mMockContext.settings);
1911 reset(mMockContext.settings);
1916 reset(mMockContext.settings);
[all...]
H A DDpmMockContext.java264 public final SettingsForMock settings; field in class:DpmMockContext
299 settings = mock(SettingsForMock.class);
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
H A DBaseSettingsProviderTest.java17 package com.android.providers.settings;
H A DSettingsStateTest.java16 package com.android.providers.settings;
123 * Make sure settings can be written to a file and also can be read.
162 "<settings version=\"120\">" +
166 "</settings>");
H A DSettingsProviderTest.java17 package com.android.providers.settings;
165 fail("Adding app specific settings must be bound.");
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DBrightnessController.java17 package com.android.systemui.settings;
271 /** Fetch the brightness mode from the system settings and update the icon */
287 /** Fetch the brightness from the system settings and update the slider */
/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
H A DNetworkActivity.java94 // pref settings allow it.
99 // Gets the user's network preference settings
178 case R.id.settings:
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java438 * @param settings If null, use default parameter, i.e. full scan.
441 public void startScan(ScanSettings settings, WorkSource workSource) { argument
460 if (settings != null) {
461 settings = new ScanSettings(settings);
462 if (!settings.isValid()) {
477 settings, workSource);
1388 * Observes settings changes to scan always mode.
H A DWifiStateMachine.java646 * - DTIM wake up settings
844 /* Tracks if user has enabled suspend optimizations through settings */
1423 * @param settings Scan settings, see {@link ScanSettings}.
1426 ScanSettings settings, WorkSource workSource) {
1428 bundle.putParcelable(CUSTOMIZED_SCAN_SETTING, settings);
1596 ScanSettings settings = null;
1603 settings = bundle.getParcelable(CUSTOMIZED_SCAN_SETTING);
1608 if (settings != null && settings
1425 startScan(int callingUid, int scanCounter, ScanSettings settings, WorkSource workSource) argument
[all...]
/frameworks/base/core/java/android/hardware/camera2/
H A DCaptureRequest.java38 * <p>An immutable package of settings and outputs needed to capture a single
223 * Take ownership of passed-in settings.
227 * @param settings Settings for this capture request.
242 private CaptureRequest(CameraMetadataNative settings, boolean isReprocess, argument
244 mSettings = CameraMetadataNative.move(settings);
510 * @param template Template settings for this capture request.
614 * Build a request using the current target Surfaces and settings.
888 * and will not change exposure settings until the lock is set to <code>false</code> (OFF).</p>
907 * <p>Since the camera device has a pipeline of in-flight requests, the settings that
908 * get locked do not necessarily correspond to the settings tha
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
H A DKeyboardUI.java330 ScanSettings settings = (new ScanSettings.Builder())
337 scanner.startScan(Arrays.asList(filter), settings, mScanCallback);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSPanel.java38 import com.android.systemui.settings.BrightnessController;
39 import com.android.systemui.settings.ToggleSlider;
48 /** View that represents the quick settings tile panel. **/
/frameworks/wilhelm/tests/sandbox/
H A Dplaybq.c379 SLEnvironmentalReverbSettings settings = SL_I3DL2_ENVIRONMENT_PRESET_STONECORRIDOR; local
381 &settings);
H A Dplaybq.cpp379 SLEnvironmentalReverbSettings settings = SL_I3DL2_ENVIRONMENT_PRESET_STONECORRIDOR; local
381 &settings);
/frameworks/av/camera/ndk/impl/
H A DACameraDevice.cpp138 outReq->settings = new ACameraMetadata(rawRequest.release(), ACameraMetadata::ACM_REQUEST);
283 req->mMetadata = request->settings->getInternalData();
304 pRequest->settings = new ACameraMetadata(clone.release(), ACameraMetadata::ACM_REQUEST);
319 delete req->settings;
/frameworks/base/cmds/settings/src/com/android/commands/settings/
H A DSettingsCmd.java17 package com.android.commands.settings;
65 System.err.println("Unable to run settings command");
149 "settings", UserHandle.USER_SYSTEM, token);
151 throw new IllegalStateException("Could not find settings provider");
178 activityManager.removeContentProviderExternal("settings", token);
182 System.err.println("Error while accessing settings provider");
296 System.err.println("usage: settings [--user <USER_ID> | current] get namespace key");
297 System.err.println(" settings [--user <USER_ID> | current] put namespace key value");
298 System.err.println(" settings [--user <USER_ID> | current] delete namespace key");
299 System.err.println(" settings [
[all...]
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsHelper.java17 package com.android.providers.settings;
50 * A few settings elements are special in that a restore of those values needs to
51 * be post-processed by relevant parts of the OS. A restore of any settings element
135 // fall through to the ordinary write to settings
138 // fall through to the ordinary write to settings
152 // Default case: write the restored value to settings
233 // These are the critical accessibility settings that are required for users with
234 // accessibility needs to be able to interact with the device. If these settings are
237 // these settings in the Accessibility portion of the Setup Wizard, and definitely needs
360 * Informs the audio service of changes to the settings s
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DTunerService.java45 import com.android.systemui.settings.CurrentUserTracker;
62 // Map of Uris we listen on to their settings keys.
64 // Map of settings keys to the listener.
237 // Tell the tuner (in main SysUI process) to clear all its settings.
/frameworks/av/media/libstagefright/
H A DUtils.cpp1727 AVSyncSettings settings; local
1728 CHECK(msg->findInt32("sync-source", (int32_t *)&settings.mSource));
1729 CHECK(msg->findInt32("audio-adjust-mode", (int32_t *)&settings.mAudioAdjustMode));
1730 CHECK(msg->findFloat("tolerance", &settings.mTolerance));
1732 *sync = settings;
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java465 // shown on the settings activity.
1734 SyncStorageEngine.AuthorityInfo settings = syncAuthoritySyncStatus.first;
1736 String authority = settings.target.provider;
1740 table.set(row, 0, authority, settings.syncable, settings.enabled);
1751 if (settings.delayUntil > now) {
1752 table.set(row1++, 12, "D: " + (settings.delayUntil - now) / 1000);
1753 if (settings.backoffTime > now) {
1754 table.set(row1++, 12, "B: " + (settings.backoffTime - now) / 1000);
1755 table.set(row1++, 12, settings
[all...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
H A DWifiScanningServiceTest.java185 int scanRequestId, WifiScanner.ScanSettings settings, WorkSource workSource) {
187 scanParams.putParcelable(WifiScanner.SCAN_PARAMS_SCAN_SETTINGS_KEY, settings);
194 int scanRequestId, WifiScanner.ScanSettings settings, WorkSource workSource) {
196 scanParams.putParcelable(WifiScanner.SCAN_PARAMS_SCAN_SETTINGS_KEY, settings);
478 // Create a set of scan results that has results not matching the request settings, but is
184 sendBackgroundScanRequest(BidirectionalAsyncChannel controlChannel, int scanRequestId, WifiScanner.ScanSettings settings, WorkSource workSource) argument
193 sendSingleScanRequest(BidirectionalAsyncChannel controlChannel, int scanRequestId, WifiScanner.ScanSettings settings, WorkSource workSource) argument
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp1962 // Request thread needs to know to avoid using repeat-last-settings protocol
2768 * in the request settings per trigger tag, and can't send more than 1
3082 if (nextRequest.halRequest.settings != NULL) { // Don't update if they were unchanged
3085 camera_metadata_t* cloned = clone_camera_metadata(nextRequest.halRequest.settings);
3089 if (nextRequest.halRequest.settings != NULL) {
3090 nextRequest.captureRequest->mSettings.unlock(nextRequest.halRequest.settings);
3163 halRequest->settings = captureRequest->mSettings.getAndLock();
3165 ALOGVV("%s: Request settings are NEW", __FUNCTION__);
3170 halRequest->settings,
3182 // leave request.settings NUL
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java736 * turn on Bluetooth Low enrgy part without making it visible at the settings UI
882 * system settings, such as a "power manager" app.</p>
918 * system settings, such as a "power manager" app.</p>
1012 * Factory reset bluetooth settings.
2328 ScanSettings settings = new ScanSettings.Builder()
2340 scanner.startScan(filters, settings, scanCallback);

Completed in 1136 milliseconds

12345