/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/development/ |
H A D | SimulateColorSpacePreferenceControllerTest.java | 94 final int settingValue = Settings.Secure.getInt(mContext.getContentResolver(), in onPreferenceChange_monochromacySelected_shouldEnableAndSelectPreference() local 146 final int settingValue = Settings.Secure.getInt(mContext.getContentResolver(), in onDeveloperOptionsSwitchDisabled_notControlledByDevOptions_shouldDisableAndReset() local 160 final int settingValue = Settings.Secure.getInt(mContext.getContentResolver(), in onDeveloperOptionsSwitchDisabled_controlledByDevOptions_shouldDisableAndNotReset() local
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/ |
H A D | PlayerApplicationSettings.java | 111 public boolean supportsSetting(int settingType, int settingValue) { in supportsSetting()
|
H A D | AvrcpPlayer.java | 167 public boolean supportsSetting(int settingType, int settingValue) { in supportsSetting()
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | SettingsToPropertiesMapper.java | 284 String settingValue = Settings.Global.getString(mContentResolver, settingName); in updatePropertyFromSetting() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/vr/ |
H A D | EnabledComponentsObserver.java | 288 String settingValue = Settings.Secure.getStringForUser( in loadComponentNamesFromSetting() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/webkit/ |
H A D | WebViewUpdateServiceImpl.java | 621 int settingValue = mSystemInterface.getMultiProcessSetting(mContext); in isMultiProcessEnabled() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | UserRestrictionsUtils.java | 857 int settingValue) { in setInstallMarketAppsRestriction()
|
/aosp12/packages/apps/Settings/tests/uitests/src/com/android/settings/ui/ |
H A D | MoreWirelessSettingsTest2.java | 557 private void verifyKeepWiFiOnDuringSleep(String settingToBeVerified, int settingValue) in verifyKeepWiFiOnDuringSleep()
|
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
H A D | AccessibilityManagerService.java | 1858 final String settingValue = Settings.Secure.getStringForUser(mContext.getContentResolver(), in readColonDelimitedSettingToSet() local 1899 final String settingValue = builder.toString(); in persistColonDelimitedSetToSettingLocked() local 2397 final String settingValue = Settings.Secure.getStringForUser(mContext.getContentResolver(), in readAccessibilityShortcutKeySettingLocked() local
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/webkit/ |
H A D | WebViewUpdateServiceTest.java | 1377 boolean enabledByDefault, int settingValue, boolean expectEnabled) { in testMultiProcessByDefaultWithSettingsValue()
|
/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
H A D | SettingsProvider.java | 1237 String settingValue = settingLocked.getValue(); in isSyncDisabledConfigLocked() local
|
/aosp12/frameworks/base/services/print/java/com/android/server/print/ |
H A D | UserState.java | 961 String settingValue = Settings.Secure.getStringForUser(mContext.getContentResolver(), in readPrintServicesFromSettingLocked() local
|