/frameworks/base/core/java/com/android/internal/app/ |
D | NightDisplayController.java | 159 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/ |
D | RotationPolicy.java | 111 Settings.System.putIntForUser(context.getContentResolver(), in setRotationLock() 125 Settings.System.putIntForUser(context.getContentResolver(), in setRotationLockForAccessibility()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/ |
D | BrightnessController.java | 368 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/ |
D | SecureSetting.java | 52 Secure.putIntForUser(mContext.getContentResolver(), mSettingName, value, mUserId); in setValue()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | AccessibilityShortcutController.java | 181 Settings.Secure.putIntForUser( in performAccessibilityShortcut() 237 Settings.Secure.putIntForUser(mContext.getContentResolver(), in createShortcutWarningDialog()
|
D | PhoneWindowManager.java | 3594 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/ |
D | GuestResumeSessionReceiver.java | 84 Settings.System.putIntForUser( in onReceive()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | LocationControllerImpl.java | 114 .putIntForUser(cr, Settings.Secure.LOCATION_MODE, mode, currentUserId); in setLocationEnabled()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | UserRestrictionsUtils.java | 461 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/ |
D | TunerServiceImpl.java | 146 Settings.Secure.putIntForUser(mContentResolver, setting, value, mCurrentUser); in setValue()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CarrierAppUtilsTest.java | 68 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/ |
D | CarrierAppUtils.java | 228 Settings.Secure.putIntForUser( in disableCarrierAppsUntilPrivileged()
|
/frameworks/base/services/tests/notification/src/com/android/server/notification/ |
D | RankingHelperTest.java | 149 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()
|
D | NotificationManagerServiceTest.java | 165 Secure.putIntForUser(getContext().getContentResolver(), in setUp()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | GestureLauncherServiceTest.java | 831 Settings.Secure.putIntForUser( in withCameraDoubleTapPowerDisableSettingValue() 840 Settings.Secure.putIntForUser( in withUserSetupCompleteValue()
|
D | NightDisplayServiceTest.java | 941 Secure.putIntForUser(mContext.getContentResolver(), Secure.USER_SETUP_COMPLETE, 1, mUserId); in startService()
|
/frameworks/base/core/tests/coretests/src/android/provider/ |
D | SettingsProviderTest.java | 298 Settings.Secure.putIntForUser(r, TEST_KEY, OTHER_VALUE, user.id); in testPerUserSettings()
|
/frameworks/base/core/java/android/provider/ |
D | Settings.java | 2372 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/ |
D | AccessibilityManagerService.java | 1702 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/ |
D | RingtoneManager.java | 793 Settings.Secure.putIntForUser(userContext.getContentResolver(), in enableSyncFromParent()
|
/frameworks/base/services/core/java/com/android/server/ |
D | TextServicesManagerService.java | 1077 Settings.Secure.putIntForUser(mResolver, key, value, mCurrentUserId); in putInt()
|
/frameworks/base/services/core/java/com/android/server/trust/ |
D | TrustManagerService.java | 622 Settings.Secure.putIntForUser(mContext.getContentResolver(), in maybeEnableFactoryTrustAgents()
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioService.java | 3827 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/ |
D | InputMethodUtils.java | 958 Settings.Secure.putIntForUser(mResolver, key, value, mCurrentUserId); in putInt()
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | Vpn.java | 1485 Settings.Secure.putIntForUser(mContext.getContentResolver(), key, value, userId); in settingsSecurePutIntForUser()
|