/frameworks/base/core/java/com/android/internal/app/ |
D | NightDisplayController.java | 123 return Secure.putIntForUser(mContext.getContentResolver(), in setActivated() 185 return Secure.putIntForUser(mContext.getContentResolver(), in setAutoMode() 219 return Secure.putIntForUser(mContext.getContentResolver(), in setCustomStartTime() 253 return Secure.putIntForUser(mContext.getContentResolver(), in setCustomEndTime() 288 return Secure.putIntForUser(mContext.getContentResolver(), in setColorTemperature()
|
/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 | 173 Settings.Secure.putIntForUser( in performAccessibilityShortcut() 227 Settings.Secure.putIntForUser(mContext.getContentResolver(), in createShortcutWarningDialog()
|
D | PhoneWindowManager.java | 3573 Settings.System.putIntForUser(mContext.getContentResolver(), in interceptKeyBeforeDispatching() 3591 Settings.System.putIntForUser(mContext.getContentResolver(), in interceptKeyBeforeDispatching() 7186 Settings.System.putIntForUser(res, in setUserRotationMode() 7190 Settings.System.putIntForUser(res, in setUserRotationMode() 7195 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 | 462 android.provider.Settings.Secure.putIntForUser(cr, in applyUserRestriction() 495 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/base/services/tests/notification/src/com/android/server/notification/ |
D | RankingHelperTest.java | 130 Secure.putIntForUser(getContext().getContentResolver(), in setUp() 1320 Secure.putIntForUser(getContext().getContentResolver(), in testBadgingOverrideTrue() 1329 Secure.putIntForUser(getContext().getContentResolver(), in testBadgingOverrideFalse() 1347 Secure.putIntForUser(getContext().getContentResolver(), in testBadgingOverrideUserIsolation() 1350 Secure.putIntForUser(getContext().getContentResolver(), in testBadgingOverrideUserIsolation()
|
D | NotificationManagerServiceTest.java | 129 Secure.putIntForUser(getContext().getContentResolver(), in setUp()
|
/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/retaildemo/java/com/android/server/retaildemo/ |
D | RetailDemoModeService.java | 358 Settings.Secure.putIntForUser(mInjector.getContentResolver(), in setupDemoUser() 388 Settings.Secure.putIntForUser(getContext().getContentResolver(), in setupDemoUser()
|
/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/services/tests/servicestests/src/com/android/server/ |
D | NightDisplayServiceTest.java | 940 Secure.putIntForUser(mContext.getContentResolver(), Secure.USER_SETUP_COMPLETE, 1, mUserId); in startService()
|
/frameworks/base/core/java/android/provider/ |
D | Settings.java | 2334 return putIntForUser(cr, name, value, UserHandle.myUserId()); in putInt() 2338 public static boolean putIntForUser(ContentResolver cr, String name, int value, in putIntForUser() method in Settings.System 2627 putIntForUser(cr, SHOW_GTALK_SERVICE_STATUS, flag ? 1 : 0, userHandle); in setShowGTalkServiceStatusForUser() 4889 return putIntForUser(cr, name, value, UserHandle.myUserId()); in putInt() 4893 public static boolean putIntForUser(ContentResolver cr, String name, int value, in putIntForUser() method in Settings.Secure 7204 return putIntForUser(cr, Settings.Secure.LOCATION_PREVIOUS_MODE, mode, userId); in saveLocationModeForUser()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityManagerService.java | 1687 Settings.Secure.putIntForUser(mContext.getContentResolver(), in showEnableTouchExplorationDialog() 1859 Settings.Secure.putIntForUser(mContext.getContentResolver(), in updateAccessibilityEnabledSetting() 1947 Settings.Secure.putIntForUser(mContext.getContentResolver(), in updateTouchExplorationLocked() 2032 Settings.Secure.putIntForUser(mContext.getContentResolver(), in updateAccessibilityShortcutLocked() 2143 Settings.Secure.putIntForUser(mContext.getContentResolver(), in updateSoftKeyboardShowModeLocked() 3578 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/trust/ |
D | TrustManagerService.java | 603 Settings.Secure.putIntForUser(mContext.getContentResolver(), in maybeEnableFactoryTrustAgents()
|
/frameworks/base/services/core/java/com/android/server/ |
D | TextServicesManagerService.java | 1135 Settings.Secure.putIntForUser(mResolver, key, value, mCurrentUserId); in putInt()
|
D | LockSettingsService.java | 598 Settings.Secure.putIntForUser(cr, OWNER_INFO_ENABLED, 0, userId); in migrateOldData()
|
/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 | 357 Settings.Secure.putIntForUser(cr, Settings.Secure.ALWAYS_ON_VPN_LOCKDOWN, in saveAlwaysOnPackage()
|