Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/com/android/internal/app/
DNightDisplayController.java159 return Secure.putIntForUser(mContext.getContentResolver(), in setActivated()
232 return Secure.putIntForUser(mContext.getContentResolver(), in setAutoMode()
266 return Secure.putIntForUser(mContext.getContentResolver(), in setCustomStartTime()
300 return Secure.putIntForUser(mContext.getContentResolver(), in setCustomEndTime()
335 return Secure.putIntForUser(mContext.getContentResolver(), in setColorTemperature()
366 System.putIntForUser(mContext.getContentResolver(), System.DISPLAY_COLOR_MODE, colorMode, in setColorMode()
/frameworks/base/core/java/com/android/internal/view/
DRotationPolicy.java111 Settings.System.putIntForUser(context.getContentResolver(), in setRotationLock()
125 Settings.System.putIntForUser(context.getContentResolver(), in setRotationLockForAccessibility()
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
DBrightnessController.java368 Settings.System.putIntForUser(mContext.getContentResolver(), in onChanged()
383 Settings.System.putIntForUser(mContext.getContentResolver(), in onChanged()
412 Settings.System.putIntForUser(mContext.getContentResolver(), in setMode()
/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/policy/
DAccessibilityShortcutController.java181 Settings.Secure.putIntForUser( in performAccessibilityShortcut()
237 Settings.Secure.putIntForUser(mContext.getContentResolver(), in createShortcutWarningDialog()
DPhoneWindowManager.java3594 Settings.System.putIntForUser(mContext.getContentResolver(), in interceptKeyBeforeDispatching()
3612 Settings.System.putIntForUser(mContext.getContentResolver(), in interceptKeyBeforeDispatching()
7299 Settings.System.putIntForUser(res, in setUserRotationMode()
7303 Settings.System.putIntForUser(res, in setUserRotationMode()
7308 Settings.System.putIntForUser(res, in setUserRotationMode()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DGuestResumeSessionReceiver.java84 Settings.System.putIntForUser( in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DLocationControllerImpl.java114 .putIntForUser(cr, Settings.Secure.LOCATION_MODE, mode, currentUserId); in setLocationEnabled()
/frameworks/base/services/core/java/com/android/server/pm/
DUserRestrictionsUtils.java461 android.provider.Settings.Secure.putIntForUser(cr, in applyUserRestriction()
494 android.provider.Settings.Secure.putIntForUser(cr, in applyUserRestriction()
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DTunerServiceImpl.java146 Settings.Secure.putIntForUser(mContentResolver, setting, value, mCurrentUser); in setValue()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierAppUtilsTest.java68 Settings.Secure.putIntForUser( in setUp()
235 Settings.Secure.putIntForUser( in testDisableCarrierAppsUntilPrivileged_HasPrivileges_Associated_Default()
578 Settings.Secure.putIntForUser( in testDisableCarrierAppsUntilPrivileged_NoPrivileges_Associated_Default_AlreadyRun()
/frameworks/base/telephony/java/com/android/internal/telephony/
DCarrierAppUtils.java228 Settings.Secure.putIntForUser( in disableCarrierAppsUntilPrivileged()
/frameworks/base/services/tests/notification/src/com/android/server/notification/
DRankingHelperTest.java149 Secure.putIntForUser(contentResolver, in setUp()
1465 Secure.putIntForUser(getContext().getContentResolver(), in testBadgingOverrideTrue()
1474 Secure.putIntForUser(getContext().getContentResolver(), in testBadgingOverrideFalse()
1492 Secure.putIntForUser(getContext().getContentResolver(), in testBadgingOverrideUserIsolation()
1495 Secure.putIntForUser(getContext().getContentResolver(), in testBadgingOverrideUserIsolation()
DNotificationManagerServiceTest.java165 Secure.putIntForUser(getContext().getContentResolver(), in setUp()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DGestureLauncherServiceTest.java831 Settings.Secure.putIntForUser( in withCameraDoubleTapPowerDisableSettingValue()
840 Settings.Secure.putIntForUser( in withUserSetupCompleteValue()
DNightDisplayServiceTest.java941 Secure.putIntForUser(mContext.getContentResolver(), Secure.USER_SETUP_COMPLETE, 1, mUserId); in startService()
/frameworks/base/core/tests/coretests/src/android/provider/
DSettingsProviderTest.java298 Settings.Secure.putIntForUser(r, TEST_KEY, OTHER_VALUE, user.id); in testPerUserSettings()
/frameworks/base/core/java/android/provider/
DSettings.java2372 return putIntForUser(cr, name, value, UserHandle.myUserId()); in putInt()
2376 public static boolean putIntForUser(ContentResolver cr, String name, int value, in putIntForUser() method in Settings.System
2665 putIntForUser(cr, SHOW_GTALK_SERVICE_STATUS, flag ? 1 : 0, userHandle); in setShowGTalkServiceStatusForUser()
4948 return putIntForUser(cr, name, value, UserHandle.myUserId()); in putInt()
4952 public static boolean putIntForUser(ContentResolver cr, String name, int value, in putIntForUser() method in Settings.Secure
7379 return putIntForUser(cr, Settings.Secure.LOCATION_PREVIOUS_MODE, mode, userId); in saveLocationModeForUser()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java1702 Settings.Secure.putIntForUser(mContext.getContentResolver(), in showEnableTouchExplorationDialog()
1874 Settings.Secure.putIntForUser(mContext.getContentResolver(), in updateAccessibilityEnabledSetting()
1962 Settings.Secure.putIntForUser(mContext.getContentResolver(), in updateTouchExplorationLocked()
2048 Settings.Secure.putIntForUser(mContext.getContentResolver(), in updateAccessibilityShortcutLocked()
2159 Settings.Secure.putIntForUser(mContext.getContentResolver(), in updateSoftKeyboardShowModeLocked()
3661 Settings.Secure.putIntForUser(mContext.getContentResolver(), in setSoftKeyboardShowMode()
/frameworks/base/media/java/android/media/
DRingtoneManager.java793 Settings.Secure.putIntForUser(userContext.getContentResolver(), in enableSyncFromParent()
/frameworks/base/services/core/java/com/android/server/
DTextServicesManagerService.java1077 Settings.Secure.putIntForUser(mResolver, key, value, mCurrentUserId); in putInt()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java622 Settings.Secure.putIntForUser(mContext.getContentResolver(), in maybeEnableFactoryTrustAgents()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java3827 Settings.System.putIntForUser(mContentResolver, in updateRingerModeAffectedStreams()
4689 System.putIntForUser(mContentResolver, in persistVolume()
5082 Settings.Secure.putIntForUser(mContentResolver, in handleMessage()
6973 Settings.Secure.putIntForUser(mContentResolver, Settings.Secure.SYNC_PARENT_SOUNDS, in disableRingtoneSync()
/frameworks/base/core/java/com/android/internal/inputmethod/
DInputMethodUtils.java958 Settings.Secure.putIntForUser(mResolver, key, value, mCurrentUserId); in putInt()
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java1485 Settings.Secure.putIntForUser(mContext.getContentResolver(), key, value, userId); in settingsSecurePutIntForUser()

12