Home
last modified time | relevance | path

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

123

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DRedactNotificationPreferenceControllerTest.java130 Settings.Secure.putIntForUser(mContext.getContentResolver(), in getAvailabilityStatus_noSecureLockscreen()
133 Settings.Secure.putIntForUser(mContext.getContentResolver(), in getAvailabilityStatus_noSecureLockscreen()
153 Settings.Secure.putIntForUser(mContext.getContentResolver(), in getAvailabilityStatus_noWorkProfile()
212 Settings.Secure.putIntForUser(mContext.getContentResolver(), in getAvailabilityStatus_adminSaysNoNotifications()
215 Settings.Secure.putIntForUser(mContext.getContentResolver(), in getAvailabilityStatus_adminSaysNoNotifications()
227 Settings.Secure.putIntForUser(mContext.getContentResolver(), in getAvailabilityStatus_noNotifications()
230 Settings.Secure.putIntForUser(mContext.getContentResolver(), in getAvailabilityStatus_noNotifications()
242 Settings.Secure.putIntForUser(mContext.getContentResolver(), in getAvailabilityStatus_workProfileLocked()
245 Settings.Secure.putIntForUser(mContext.getContentResolver(), in getAvailabilityStatus_workProfileLocked()
259 Settings.Secure.putIntForUser(mContext.getContentResolver(), in getAvailabilityStatus_show()
[all …]
DNotificationAssistantPreferenceControllerTest.java123 Settings.Secure.putIntForUser(mContext.getContentResolver(), in testMigrationFromSetting_userEnable_multiProfile()
125 Settings.Secure.putIntForUser(mContext.getContentResolver(), in testMigrationFromSetting_userEnable_multiProfile()
139 Settings.Secure.putIntForUser(mContext.getContentResolver(), in testMigrationFromSetting_userEnable_multiUser()
141 Settings.Secure.putIntForUser(mContext.getContentResolver(), in testMigrationFromSetting_userEnable_multiUser()
155 Settings.Secure.putIntForUser(mContext.getContentResolver(), in testMigrationFromSetting_userDisable_multiProfile()
157 Settings.Secure.putIntForUser(mContext.getContentResolver(), in testMigrationFromSetting_userDisable_multiProfile()
DPoliteNotifWorkProfileToggleControllerTest.java118 Settings.System.putIntForUser(mContext.getContentResolver(), in isChecked_coolDownEnabled_enabledForWorkProfile_shouldReturnTrue()
129 Settings.System.putIntForUser(mContext.getContentResolver(), in isChecked_coolDownDisabled_enabledForWorkProfile_shouldReturnFalse()
138 Settings.System.putIntForUser(mContext.getContentResolver(), in isChecked_coolDownEnabled_disabledForWorkProfile_shouldReturnFalse()
147 Settings.System.putIntForUser(mContext.getContentResolver(), in setChecked_coolDownEnabled_setTrue_shouldEnablePoliteNotifForWorkProfile()
159 Settings.System.putIntForUser(mContext.getContentResolver(), in setChecked_coolDownEnabled_setFalse_shouldDisablePoliteNotifForWorkProfile()
DRedactionInterstitialTest.java142 Settings.Secure.putIntForUser(resolver, in defaultShowSensitiveContent_configDeny()
153 Settings.Secure.putIntForUser(resolver, in defaultShowSensitiveContent_configAllow()
176 Settings.Secure.putIntForUser(resolver, in setupSettings()
178 Settings.Secure.putIntForUser(resolver, in setupSettings()
/packages/apps/Settings/tests/robotests/src/com/android/settings/display/
DSmartAutoRotatePreferenceControllerTest.java239 Settings.System.putIntForUser(mContentResolver, in enableAutoRotationPreference()
247 Settings.System.putIntForUser(mContentResolver, in disableAutoRotationPreference()
253 Settings.System.putIntForUser(mContentResolver, in enableAutoRotation()
258 Settings.System.putIntForUser(mContentResolver, in disableAutoRotation()
263 Settings.Secure.putIntForUser(mContentResolver, in enableCameraBasedRotation()
268 Settings.Secure.putIntForUser(mContentResolver, in disableCameraBasedRotation()
DAutoRotatePreferenceControllerTest.java193 Settings.System.putIntForUser(mContentResolver, in enableAutoRotationPreference()
201 Settings.System.putIntForUser(mContentResolver, in disableAutoRotationPreference()
207 Settings.System.putIntForUser(mContentResolver, in enableAutoRotation()
212 Settings.System.putIntForUser(mContentResolver, in disableAutoRotation()
DSmartAutoRotateControllerTest.java161 Settings.System.putIntForUser(mContentResolver, in enableAutoRotation()
166 Settings.System.putIntForUser(mContentResolver, in disableAutoRotation()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DSettingsFacade.java40 Secure.putIntForUser(context.getContentResolver(), USER_SETUP_COMPLETE, 1, userId); in setUserSetupCompleted()
61 Secure.putIntForUser(context.getContentResolver(), in setProfileContactRemoteSearch()
69 Secure.putIntForUser(context.getContentResolver(), in setCrossProfileCalendarEnabled()
/packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/
DContactSearchPreferenceControllerTest.java95 Settings.Secure.putIntForUser(mContext.getContentResolver(), in updateState_shouldRefreshContent()
102 Settings.Secure.putIntForUser(mContext.getContentResolver(), in updateState_shouldRefreshContent()
153 Settings.Secure.putIntForUser(mContext.getContentResolver(), in afterQuietModeTurnedOnAndOffWhenPreferenceChecked_toggleCheckedAndEnabled()
172 Settings.Secure.putIntForUser(mContext.getContentResolver(), in afterQuietModeTurnedOnAndOffWhenPreferenceUnchecked_toggleUncheckedAndEnabled()
DCrossProfileCalendarPreferenceControllerTest.java117 Settings.Secure.putIntForUser(mContext.getContentResolver(), in updateStateToDisabled_isNotChecked()
127 Settings.Secure.putIntForUser(mContext.getContentResolver(), in updateStateToEnabled_isChecked()
130 Settings.Secure.putIntForUser(mContext.getContentResolver(), in updateStateToEnabled_isChecked()
/packages/services/Car/service/src/com/android/car/audio/
DCarAudioSettings.java59 putIntForUser(getVolumeSettingsKeyForGroup(zoneId, configId, groupId), in storeVolumeGainIndexForUser()
77 putIntForUser(getMuteSettingsKeyForGroup(zoneId, configId, groupId), in storeVolumeGroupMuteForUser()
105 private void putIntForUser(String name, int value, @UserIdInt int userId) { in putIntForUser() method in CarAudioSettings
/packages/apps/Settings/src/com/android/settings/gestures/
DOneHandedSettingsUtils.java106 Settings.Secure.putIntForUser(context.getContentResolver(), in setOneHandedModeEnabled()
128 return Settings.Secure.putIntForUser(context.getContentResolver(), in setTapsAppToExitEnabled()
170 Settings.Secure.putIntForUser(context.getContentResolver(), in setTimeoutValue()
192 Settings.Secure.putIntForUser(context.getContentResolver(), in setSwipeDownNotificationEnabled()
/packages/apps/Settings/tests/unit/src/com/android/settings/accessibility/
DAccessibilityShortcutPreferenceControllerTest.java54 Settings.Secure.putIntForUser(mContext.getContentResolver(), in isChecked_enabledShortcutOnLockScreen_shouldReturnTrue()
65 Settings.Secure.putIntForUser(mContext.getContentResolver(), in isChecked_disabledShortcutOnLockScreen_shouldReturnFalse()
DPrimaryMonoPreferenceControllerTest.java61 Settings.System.putIntForUser(mContext.getContentResolver(), in isChecked_enabledMonoAudio_shouldReturnTrue()
72 Settings.System.putIntForUser(mContext.getContentResolver(), in isChecked_disabledMonoAudio_shouldReturnFalse()
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DFingerprintSettingsRequireScreenOnToAuthPreferenceController.java65 Settings.Secure.putIntForUser(mContext.getContentResolver(), in isChecked()
74 Settings.Secure.putIntForUser( in setChecked()
/packages/apps/Settings/src/com/android/settings/display/
DVrDisplayPreferencePicker.java70 return Settings.Secure.putIntForUser(getContext().getContentResolver(), in setDefaultKey()
73 return Settings.Secure.putIntForUser(getContext().getContentResolver(), in setDefaultKey()
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DLockScreenRotationPreferenceControllerTest.java112 Settings.System.putIntForUser(mContext.getContentResolver(), in updateState_settingIsOn_shouldTurnOnToggle()
122 Settings.System.putIntForUser(mContext.getContentResolver(), in updateState_settingIsOff_shouldTurnOffToggle()
/packages/apps/Settings/tests/robotests/src/com/android/settings/inputmethod/
DTrackpadTapToClickPreferenceControllerTest.java115 Settings.System.putIntForUser( in isChecked_providerPutInt1_returnTrue()
128 Settings.System.putIntForUser( in isChecked_providerPutInt0_returnFalse()
DTrackpadReverseScrollingPreferenceControllerTest.java115 Settings.System.putIntForUser( in isChecked_providerPutInt1_returnFalse()
128 Settings.System.putIntForUser( in isChecked_providerPutInt0_returnTrue()
DTrackpadBottomPreferenceControllerTest.java115 Settings.System.putIntForUser( in isChecked_providerPutInt1_returnTrue()
128 Settings.System.putIntForUser( in isChecked_providerPutInt0_returnFalse()
/packages/apps/Settings/src/com/android/settings/privatespace/
DPrivateSpaceMaintainer.java345 Settings.Secure.putIntForUser(mContext.getContentResolver(), in setPrivateSpaceSensitiveNotificationsDefaultValue()
358 Settings.Secure.putIntForUser(mContext.getContentResolver(), USER_SETUP_COMPLETE, in setUserSetupComplete()
387 Settings.Secure.putIntForUser(mContext.getContentResolver(), SKIP_FIRST_USE_HINTS, in setSkipFirstUseHints()
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
DShadowSecureSettings.java78 return putIntForUser(resolver, name, value, resolver.getUserId()); in putInt()
82 public static boolean putIntForUser(ContentResolver resolver, String name, int value, in putIntForUser() method in ShadowSecureSettings
/packages/services/Car/libs/car-test-lib/src/android/car/test/mocks/
DMockSettings.java73 when(Settings.Secure.putIntForUser(any(), any(), anyInt(), anyInt())) in setExpectations()
89 when(Settings.System.putIntForUser(any(), any(), anyInt(), anyInt())) in setExpectations()
/packages/apps/Settings/src/com/android/settings/accessibility/
DPrimaryMonoPreferenceController.java43 return Settings.System.putIntForUser(mContext.getContentResolver(), in setChecked()
/packages/apps/Settings/src/com/android/settings/notification/
DRedactionInterstitial.java220 Settings.Secure.putIntForUser(getContentResolver(), in onCheckedChanged()
222 Settings.Secure.putIntForUser(getContentResolver(), in onCheckedChanged()

123