Home
last modified time | relevance | path

Searched refs:putIntForUser (Results 1 – 25 of 41) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/pm/
DUserRestrictionsUtils.java551 android.provider.Settings.Secure.putIntForUser(cr, in applyUserRestriction()
634 android.provider.Settings.Secure.putIntForUser( in applyUserRestriction()
637 android.provider.Settings.Secure.putIntForUser( in applyUserRestriction()
640 android.provider.Settings.Secure.putIntForUser( in applyUserRestriction()
643 android.provider.Settings.Secure.putIntForUser( in applyUserRestriction()
646 android.provider.Settings.Secure.putIntForUser( in applyUserRestriction()
889 android.provider.Settings.Secure.putIntForUser( in setInstallMarketAppsRestriction()
/frameworks/base/core/java/com/android/internal/view/
DRotationPolicy.java125 Settings.System.putIntForUser(context.getContentResolver(), in setRotationLockAtAngle()
138 Settings.System.putIntForUser(context.getContentResolver(), in setRotationLockForAccessibility()
/frameworks/base/services/tests/servicestests/src/com/android/server/power/
DAttentionDetectorTest.java83 Settings.System.putIntForUser(getContext().getContentResolver(), in setUp()
90 Settings.System.putIntForUser(getContext().getContentResolver(), in tearDown()
103 Settings.System.putIntForUser(getContext().getContentResolver(), in testOnUserActivity_doesntCheckIfNotEnabled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DSecureSetting.java52 Secure.putIntForUser(mContext.getContentResolver(), mSettingName, value, mUserId); in setValue()
/frameworks/base/services/core/java/com/android/server/display/color/
DColorDisplayService.java635 return Secure.putIntForUser(getContext().getContentResolver(), in setDisplayWhiteBalanceSettingEnabled()
679 return Secure.putIntForUser(getContext().getContentResolver(), in setNightDisplayAutoModeInternal()
718 return Secure.putIntForUser(getContext().getContentResolver(), in setNightDisplayCustomStartTimeInternal()
735 return Secure.putIntForUser(getContext().getContentResolver(), in setNightDisplayCustomEndTimeInternal()
773 System.putIntForUser(getContext().getContentResolver(), System.DISPLAY_COLOR_MODE, in setColorModeInternal()
1148 Secure.putIntForUser(getContext().getContentResolver(), in setActivated()
1189 final boolean success = Secure.putIntForUser(getContext().getContentResolver(), in setColorTemperature()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
DDozeScreenBrightnessTest.java65 Settings.System.putIntForUser(mContext.getContentResolver(), in setUp()
112 Settings.System.putIntForUser(mContext.getContentResolver(), in testAod_usesLightSensorRespectingUserSetting()
/frameworks/base/services/tests/servicestests/src/com/android/server/display/color/
DColorDisplayServiceTest.java1107 Secure.putIntForUser(mContext.getContentResolver(), in setAccessibilityColorCorrection()
1117 Secure.putIntForUser(mContext.getContentResolver(), in setAccessibilityColorInversion()
1127 Secure.putIntForUser(mContext.getContentResolver(), in setDisplayWhiteBalanceEnabled()
1158 Secure.putIntForUser(mContext.getContentResolver(), Secure.USER_SETUP_COMPLETE, 1, mUserId); in startService()
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
DBrightnessController.java374 Settings.System.putIntForUser(mContext.getContentResolver(), in onChanged()
398 Settings.System.putIntForUser(mContext.getContentResolver(), in setMode()
/frameworks/base/services/robotests/backup/src/com/android/server/backup/internal/
DSetupObserverTest.java154 Settings.Secure.putIntForUser( in changeSetupCompleteSettingForUser()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DGuestResumeSessionReceiver.java84 Settings.System.putIntForUser( in onReceive()
/frameworks/base/core/java/com/android/internal/accessibility/
DAccessibilityShortcutController.java224 Settings.Secure.putIntForUser( in performAccessibilityShortcut()
283 Settings.Secure.putIntForUser(mContext.getContentResolver(), in createShortcutWarningDialog()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java153 Secure.putIntForUser(contentResolver, in setUp()
155 Secure.putIntForUser(contentResolver, in setUp()
1911 Secure.putIntForUser(getContext().getContentResolver(), in testBadgingOverrideTrue()
1920 Secure.putIntForUser(getContext().getContentResolver(), in testBadgingOverrideFalse()
1938 Secure.putIntForUser(getContext().getContentResolver(), in testBadgingOverrideUserIsolation()
1941 Secure.putIntForUser(getContext().getContentResolver(), in testBadgingOverrideUserIsolation()
1951 Secure.putIntForUser(getContext().getContentResolver(), in testBubblesOverrideTrue()
1960 Secure.putIntForUser(getContext().getContentResolver(), in testBubblesOverrideFalse()
1978 Secure.putIntForUser(getContext().getContentResolver(), in testBubblesOverrideUserIsolation()
1981 Secure.putIntForUser(getContext().getContentResolver(), in testBubblesOverrideUserIsolation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DTunerServiceImpl.java167 Settings.Secure.putIntForUser(mContentResolver, setting, value, mCurrentUser); in setValue()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotation.java304 Settings.System.putIntForUser(res, Settings.System.ACCELEROMETER_ROTATION, in setUserRotation()
306 Settings.System.putIntForUser(res, Settings.System.USER_ROTATION, userRotation, in setUserRotation()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierAppUtilsTest.java73 Settings.Secure.putIntForUser( in setUp()
262 Settings.Secure.putIntForUser( in testDisableCarrierAppsUntilPrivileged_HasPrivileges_Associated_Default()
655 Settings.Secure.putIntForUser( in testDisableCarrierAppsUntilPrivileged_NoPrivileges_Associated_Default_AlreadyRun()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/
DUtilsTest.java155 … public static boolean putIntForUser(ContentResolver cr, String name, int value, int userHandle) { in putIntForUser() method in UtilsTest.ShadowSecure
/frameworks/base/telephony/java/com/android/internal/telephony/
DCarrierAppUtils.java256 Settings.Secure.putIntForUser( in disableCarrierAppsUntilPrivileged()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DLockTaskControllerTest.java466 Settings.Secure.putIntForUser(mContext.getContentResolver(), in testClearLockedTasks_lockSettingTrue_deviceIsLocked()
483 Settings.Secure.putIntForUser(mContext.getContentResolver(), in testClearLockedTasks_lockSettingFalse_doesNotRequirePassword()
/frameworks/base/services/core/java/com/android/server/testharness/
DTestHarnessModeService.java217 Settings.Secure.putIntForUser( in setDeviceProvisioned()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DUtils.java61 Settings.Secure.putIntForUser( in updateLocationEnabled()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DGestureLauncherServiceTest.java878 Settings.Secure.putIntForUser( in withCameraDoubleTapPowerDisableSettingValue()
887 Settings.Secure.putIntForUser( in withUserSetupCompleteValue()
/frameworks/base/media/java/android/media/
DRingtoneManager.java759 Settings.Secure.putIntForUser(userContext.getContentResolver(), in enableSyncFromParent()
/frameworks/base/core/tests/coretests/src/android/provider/
DSettingsProviderTest.java307 Settings.Secure.putIntForUser(r, TEST_KEY, OTHER_VALUE, user.id); in testPerUserSettings()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java1806 Settings.Secure.putIntForUser(mContext.getContentResolver(), in showEnableTouchExplorationDialog()
1983 Settings.Secure.putIntForUser(mContext.getContentResolver(), in updateAccessibilityEnabledSetting()
2059 Settings.Secure.putIntForUser(mContext.getContentResolver(), in updateTouchExplorationLocked()
2169 Settings.Secure.putIntForUser(mContext.getContentResolver(), in updateAccessibilityShortcutLocked()
2621 Settings.Secure.putIntForUser(mContext.getContentResolver(), key, value, userid); in putSecureIntForUser()
/frameworks/base/services/core/java/com/android/server/notification/
DZenModeHelper.java717 Settings.Secure.putIntForUser(mContext.getContentResolver(), in readXml()
721 Settings.Secure.putIntForUser(mContext.getContentResolver(), in readXml()

12