/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastSettings.java | 31 import android.provider.Settings; 38 * Settings activity for the cell broadcast receiver. 59 // Preference category for emergency alert and CMAS settings. 62 // Preference category for ETWS related settings. 76 // Preference category for development settings (enabled by settings developer options toggle). 85 // Preference category for Brazil specific settings. 174 // Handler for settings that require us to reconfigure enabled channels in radio 193 // Show extra settings when developer options is enabled in settings [all...] |
/packages/apps/Settings/src/com/android/settings/ |
PrivacySettings.java | 17 package com.android.settings; 32 import android.provider.Settings; 40 import com.android.settings.dashboard.SummaryLoader; 41 import com.android.settings.search.BaseSearchIndexProvider; 42 import com.android.settings.search.Indexable; 53 * Gesture lock pattern settings. 58 private static final String GSETTINGS_PROVIDER = "com.google.settings"; 175 mAutoRestore.setChecked(Settings.Secure.getInt(res, 176 Settings.Secure.BACKUP_AUTO_RESTORE, 1) == 1);
|
SettingsInitialize.java | 17 package com.android.settings; 39 * performs setup steps for a managed profile (disables the launcher icon of the Settings app, 40 * adds cross-profile intent filters for the appropriate Settings activities), and disables the 44 private static final String TAG = "Settings"; 46 "com.android.settings.PRIMARY_PROFILE_CONTROLLED"; 90 // Note: This needs to happen after forwarding intents, otherwise the main Settings 92 ComponentName settingsComponentName = new ComponentName(context, Settings.class);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
VpnTestActivity.java | 29 import android.provider.Settings;
|
PermissionLockdownTestActivity.java | 28 import android.provider.Settings; 150 // Dispatches an intent to open the Settings screen for CtsPermissionApp. 152 Intent intent = new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS)
|
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
CustomDeviceOwnerTest.java | 19 import com.android.cts.devicepolicy.BaseDevicePolicyTest.Settings;
|
/cts/tests/tests/assist/src/android/assist/cts/ |
AssistantContentViewTest.java | 33 import android.provider.Settings;
|
TextViewTest.java | 25 import android.provider.Settings;
|
WebViewTest.java | 26 import android.provider.Settings;
|
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/ |
BatchArrivalVerification.java | 14 import android.provider.Settings.System;
|
/device/asus/fugu/libaudio/ |
AudioHardwareOutput.cpp | 52 // Defaults for settings. 61 void AudioHardwareOutput::Settings::setDefaults() { 226 Settings initial, s; 229 // Record the initial state of the settings from inside the lock. Then 275 // If there was a change made to settings, go ahead and apply it now. 330 // Update the other settings, if needed. 354 Settings s; 358 // Snapshot the current settings so we don't have to hold the settings 454 { // Apply current settings [all...] |
/external/libweave/include/weave/test/ |
mock_device.h | 21 MOCK_CONST_METHOD0(GetSettings, const Settings&());
|
/external/vulkan-validation-layers/demos/smoke/ |
Shell.h | 103 const Game::Settings &settings_;
|
/frameworks/base/services/tests/servicestests/src/com/android/server/content/ |
SyncOperationTest.java | 25 import android.provider.Settings;
|
/packages/apps/Settings/src/com/android/settings/notification/ |
ZenModeAutomationSettings.java | 17 package com.android.settings.notification; 33 import android.provider.Settings; 44 import com.android.settings.R; 45 import com.android.settings.utils.ManagedServiceSettings.Config; 46 import com.android.settings.utils.ZenServiceListing; 204 c.setting = Settings.Secure.ENABLED_NOTIFICATION_POLICY_ACCESS_PACKAGES; 205 c.secondarySetting = Settings.Secure.ENABLED_NOTIFICATION_LISTENERS; 232 ri.settingsAction = Settings.ACTION_ZEN_MODE_EXTERNAL_RULE_SETTINGS;
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
AdvancedWifiSettings.java | 17 package com.android.settings.wifi; 32 import com.android.settings.R; 33 import com.android.settings.RestrictedSettingsFragment; 94 com.android.settings.Settings.WifiP2pSettingsActivity.class);
|
/frameworks/base/media/java/android/media/tv/ |
TvInputInfo.java | 41 import android.provider.Settings; 342 * Returns an intent to start the settings activity for this TV input. 433 * Checks if this TV input is marked hidden by the user in the settings. 436 * @return {@code true} if the user marked this TV input hidden in settings. {@code false} 461 * Loads the custom label set by user in settings. [all...] |
/frameworks/base/services/core/java/com/android/server/ |
BatteryService.java | 49 import android.provider.Settings; 215 resolver.registerContentObserver(Settings.Global.getUriFor( 216 Settings.Global.LOW_POWER_MODE_TRIGGER_LEVEL), 227 mLowBatteryWarningLevel = Settings.Global.getInt(resolver, 228 Settings.Global.LOW_POWER_MODE_TRIGGER_LEVEL, defWarnLevel); 600 String dischargeThresholdString = Settings.Global.getString(cr, 601 Settings.Global.BATTERY_DISCHARGE_THRESHOLD); 602 String durationThresholdString = Settings.Global.getString(cr, 603 Settings.Global.BATTERY_DISCHARGE_DURATION_THRESHOLD); [all...] |
ConnectivityService.java | 99 import android.provider.Settings; 194 // See Settings.Secure.CONNECTIVITY_RELEASE_PENDING_INTENT_DELAY_MS 267 * used internally to reload global proxy settings 363 * used internally to (re)configure mobile data always-on settings. 658 String id = Settings.Secure.getString(context.getContentResolver(), 659 Settings.Secure.ANDROID_ID); 666 mReleasePendingIntentDelayMs = Settings.Secure.getInt(context.getContentResolver(), 667 Settings.Secure.CONNECTIVITY_RELEASE_PENDING_INTENT_DELAY_MS, 5_000); 799 final boolean enable = (Settings.Global.getInt( 800 mContext.getContentResolver(), Settings.Global.MOBILE_DATA_ALWAYS_ON, 0) == 1) [all...] |
/frameworks/base/services/core/java/com/android/server/connectivity/ |
NetworkMonitor.java | 48 import android.provider.Settings; 282 mIsCaptivePortalCheckEnabled = Settings.Global.getInt(mContext.getContentResolver(), 283 Settings.Global.CAPTIVE_PORTAL_DETECTION_ENABLED, 1) == 1; 284 mUseHttps = Settings.Global.getInt(mContext.getContentResolver(), 285 Settings.Global.CAPTIVE_PORTAL_USE_HTTPS, 1) == 1; [all...] |
/frameworks/base/services/core/java/com/android/server/vr/ |
VrManagerService.java | 43 import android.provider.Settings; 518 Settings.Secure.ENABLED_VR_LISTENERS, looper, 662 // Update AppOps settings that change state when entering/exiting VR mode, or changing 732 Settings.Secure.putStringForUser(resolver, 733 Settings.Secure.ENABLED_NOTIFICATION_LISTENERS, 755 Settings.Secure.putStringForUser(resolver, 756 Settings.Secure.ENABLED_NOTIFICATION_LISTENERS, 768 String flat = Settings.Secure.getStringForUser(resolver, 769 Settings.Secure.ENABLED_NOTIFICATION_LISTENERS, userId); [all...] |
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
DockService.java | 17 package com.android.settings.bluetooth; 37 import android.provider.Settings; 45 import com.android.settings.R; 415 int dockAudioMediaEnabled = Settings.Global.getInt(getContentResolver(), 416 Settings.Global.DOCK_AUDIO_MEDIA_ENABLED, -1); 526 // Remember this settings 546 boolean checked = Settings.Global.getInt(getContentResolver(), 547 Settings.Global.DOCK_AUDIO_MEDIA_ENABLED, 0) == 1; 585 Log.d(TAG, "onCheckedChanged: Remember Settings = " + isChecked); 591 Settings.Global.putInt(getContentResolver() [all...] |
/frameworks/base/media/java/android/media/ |
MediaScanner.java | 40 import android.provider.Settings; 41 import android.provider.Settings.SettingNotFoundException; 347 * ringtones. Concatenate the name of the setting from Settings 438 + Settings.System.RINGTONE); 440 + Settings.System.NOTIFICATION_SOUND); 442 + Settings.System.ALARM_ALERT); [all...] |
/cts/tests/deviceadmin/uninstalltest/src/android/devicepolicy/cts/uiautomatertest/ |
DeviceAdminUninstallTest.java | 28 import android.provider.Settings; 63 .resourceId("com.android.settings:id/action_button"); 65 .resourceId("com.android.settings:id/left_button"); 67 .res("com.android.settings", "left_button"); 150 Settings.ACTION_APPLICATION_DETAILS_SETTINGS,
|
/cts/tests/tests/content/src/android/content/cts/ |
AvailableIntentsTest.java | 29 import android.provider.Settings; 161 assertCanBeHandled(new Intent(Settings.ACTION_SETTINGS));
|