/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/gestures/ |
H A D | OneHandedSettingsUtilsTest.java | 61 assertThat(Settings.Secure.getIntForUser(mContext.getContentResolver(), in setOneHandedModeEnabled_setEnable_shouldReturnEnabled() 69 assertThat(Settings.Secure.getIntForUser(mContext.getContentResolver(), in setOneHandedModeEnabled_setDisable_shouldReturnDisabled() 77 assertThat(Settings.Secure.getIntForUser(mContext.getContentResolver(), in setTapsAppToExitEnabled_setEnable_shouldReturnEnabled() 85 assertThat(Settings.Secure.getIntForUser(mContext.getContentResolver(), in setTapsAppToExitEnabled_setDisable_shouldReturnDisabled() 94 assertThat(Settings.Secure.getIntForUser(mContext.getContentResolver(), in setTimeout_setNever_shouldReturnNeverValue() 105 assertThat(Settings.Secure.getIntForUser(mContext.getContentResolver(), in setTimeout_setShort_shouldReturnShortValue() 116 assertThat(Settings.Secure.getIntForUser(mContext.getContentResolver(), in setTimeout_setMedium_shouldReturnMediumValue() 127 assertThat(Settings.Secure.getIntForUser(mContext.getContentResolver(), in setTimeout_setLong_shouldReturnLongValue()
|
H A D | DoubleTwistPreferenceControllerTest.java | 129 assertThat(Settings.Secure.getIntForUser(mContext.getContentResolver(), in onPreferenceChange_hasWorkProfile_shouldUpdateSettingForWorkProfileUser() 134 assertThat(Settings.Secure.getIntForUser(mContext.getContentResolver(), in onPreferenceChange_hasWorkProfile_shouldUpdateSettingForWorkProfileUser()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/ |
H A D | OneHandedSettingsUtil.java | 111 return Settings.Secure.getIntForUser(resolver, in getSettingsOneHandedModeEnabled() 132 return Settings.Secure.getIntForUser(resolver, in getSettingsTapsAppToExit() 144 return Settings.Secure.getIntForUser(resolver, in getSettingsOneHandedModeTimeout() 153 return Settings.Secure.getIntForUser(resolver, in getSettingsSwipeToNotificationEnabled() 164 return Settings.Secure.getIntForUser(resolver, in getTutorialShownCounts() 208 return Settings.Secure.getIntForUser(resolver, in getOneHandedModeActivated()
|
/aosp12/packages/services/Car/service/src/com/android/car/audio/ |
H A D | CarAudioSettings.java | 50 return Settings.System.getIntForUser(mContentResolver, in getStoredVolumeGainIndexForUser() 79 return Settings.System.getIntForUser(mContentResolver, in getVolumeGroupMuteForUser() 85 return Settings.Secure.getIntForUser(mContentResolver, in isPersistVolumeGroupMuteEnabled() 94 return Settings.Secure.getIntForUser(mContentResolver, in isRejectNavigationOnCallEnabledInSettings()
|
/aosp12/packages/apps/Settings/src/com/android/settings/gestures/ |
H A D | OneHandedSettingsUtils.java | 93 return Settings.Secure.getIntForUser(context.getContentResolver(), in isOneHandedModeEnabled() 115 return Settings.Secure.getIntForUser(context.getContentResolver(), in isTapsAppToExitEnabled() 137 return Settings.Secure.getIntForUser(context.getContentResolver(), in getTimeoutValue() 179 return Settings.Secure.getIntForUser(context.getContentResolver(), in isSwipeDownNotificationEnabled() 219 return Settings.Secure.getIntForUser(context.getContentResolver(), in getNavigationBarMode()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/settings/ |
H A D | SettingsProxy.java | 246 return getIntForUser(name, def, getUserId()); in getInt() 250 default int getIntForUser(String name, int def, int userHandle) { in getIntForUser() method 277 return getIntForUser(name, getUserId()); in getInt() 281 default int getIntForUser(String name, int userHandle) in getIntForUser() method
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | SystemSettingsUtil.java | 43 return Settings.System.getIntForUser(context.getContentResolver(), in canVibrateWhenRinging() 48 return Settings.System.getIntForUser(context.getContentResolver(), in isEnhancedCallBlockingEnabled()
|
/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/face/ |
H A D | FaceSettingsAppPreferenceController.java | 57 return Settings.Secure.getIntForUser( in isChecked() 93 final boolean appUnlockEnabled = Settings.Secure.getIntForUser( in getAvailabilityStatus()
|
/aosp12/frameworks/base/services/core/java/com/android/server/display/color/ |
H A D | ColorDisplayService.java | 272 return Secure.getIntForUser(cr, Secure.USER_SETUP_COMPLETE, 0, userHandle) == 1; in isUserSetupCompleted() 567 return Secure.getIntForUser(getContext().getContentResolver(), in isAccessiblityDaltonizerEnabled() 572 return Secure.getIntForUser(getContext().getContentResolver(), in isAccessiblityInversionEnabled() 588 ? Secure.getIntForUser(getContext().getContentResolver(), in onAccessibilityDaltonizerChanged() 621 final boolean activated = Secure.getIntForUser(getContext().getContentResolver(), in onReduceBrightColorsActivationChanged() 634 int strength = Secure.getIntForUser(getContext().getContentResolver(), in onReduceBrightColorsStrengthLevelChanged() 769 return Secure.getIntForUser(getContext().getContentResolver(), in isDisplayWhiteBalanceSettingEnabled() 849 int startTimeValue = Secure.getIntForUser(getContext().getContentResolver(), in getNightDisplayCustomStartTimeInternal() 866 int endTimeValue = Secure.getIntForUser(getContext().getContentResolver(), in getNightDisplayCustomEndTimeInternal() 1419 return Secure.getIntForUser(getContext().getContentResolver(), in isActivatedSetting() [all …]
|
/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/accessibility/ |
H A D | AccessibilityShortcutPreferenceControllerTest.java | 79 assertThat(Settings.Secure.getIntForUser(mContext.getContentResolver(), in setChecked_setTrue_shouldEnableShortcutOnLockScreen() 88 assertThat(Settings.Secure.getIntForUser(mContext.getContentResolver(), in setChecked_setFalse_shouldDisableShortcutOnLockScreen()
|
H A D | PrimaryMonoPreferenceControllerTest.java | 85 assertThat(Settings.System.getIntForUser(mContext.getContentResolver(), in setChecked_setTrue_shouldEnableMonoAudio() 93 assertThat(Settings.System.getIntForUser(mContext.getContentResolver(), in setChecked_setFalse_shouldDisableMonoAudio()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | DeviceProvisionedControllerImpl.kt | 144 .getIntForUser(Settings.Secure.USER_SETUP_COMPLETE, 0, user) != 0 149 .getIntForUser(Settings.Secure.USER_SETUP_COMPLETE, 0, updateUser) != 0 182 .getIntForUser(Settings.Secure.USER_SETUP_COMPLETE, 0, user) != 0
|
/aosp12/frameworks/base/core/java/android/service/dreams/ |
H A D | Sandman.java | 110 return Settings.Secure.getIntForUser(context.getContentResolver(), in isScreenSaverEnabled() 118 return Settings.Secure.getIntForUser(context.getContentResolver(), in isScreenSaverActivatedOnDock()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/ |
H A D | ContactSearchPreferenceControllerTest.java | 97 assertThat(Settings.Secure.getIntForUser(mContext.getContentResolver(), in onPreferenceChange_shouldUpdateProviderValue() 102 assertThat(Settings.Secure.getIntForUser(mContext.getContentResolver(), in onPreferenceChange_shouldUpdateProviderValue()
|
H A D | CrossProfileCalendarPreferenceControllerTest.java | 143 assertThat(Settings.Secure.getIntForUser(mContext.getContentResolver(), in onPreferenceChangeToFalse_shouldUpdateProviderValue() 154 assertThat(Settings.Secure.getIntForUser(mContext.getContentResolver(), in onPreferenceChangeToTrue_shouldUpdateProviderValue()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/ |
H A D | RedactNotificationPreferenceControllerTest.java | 314 assertThat(Settings.Secure.getIntForUser( in setChecked_false() 326 assertThat(Settings.Secure.getIntForUser( in setChecked_workProfile_false() 342 assertThat(Settings.Secure.getIntForUser( in setChecked_true() 345 assertThat(Settings.Secure.getIntForUser( in setChecked_true()
|
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/display/ |
H A D | BrightnessLevelPreferenceControllerTest.java | 158 int currentSettingsVal = Settings.System.getIntForUser(mContext.getContentResolver(), in testHandlePreferenceChanged_minValue() 170 int currentSettingsVal = Settings.System.getIntForUser(mContext.getContentResolver(), in testHandlePreferenceChanged_maxValue() 182 int currentSettingsVal = Settings.System.getIntForUser(mContext.getContentResolver(), in testHandlePreferenceChanged_midValue()
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | GestureLauncherService.java | 373 && (Settings.Secure.getIntForUser(context.getContentResolver(), in isCameraLaunchSettingEnabled() 379 && (Settings.Secure.getIntForUser(context.getContentResolver(), in isCameraDoubleTapPowerSettingEnabled() 385 && (Settings.Secure.getIntForUser(context.getContentResolver(), in isCameraLiftTriggerSettingEnabled() 396 && Settings.Secure.getIntForUser(context.getContentResolver(), in isEmergencyGestureSettingEnabled() 589 return Settings.Secure.getIntForUser(mContext.getContentResolver(), in isUserSetupComplete()
|
/aosp12/frameworks/base/core/java/com/android/internal/view/ |
H A D | RotationPolicy.java | 96 Settings.System.getIntForUser(context.getContentResolver(), in isRotationLockToggleVisible() 105 return Settings.System.getIntForUser(context.getContentResolver(), in isRotationLocked()
|
/aosp12/packages/apps/Settings/src/com/android/settings/notification/ |
H A D | RedactNotificationPreferenceController.java | 180 return Settings.Secure.getIntForUser(mContext.getContentResolver(), in getAllowPrivateNotifications() 186 return Settings.Secure.getIntForUser(mContext.getContentResolver(), in getLockscreenNotificationsEnabled()
|
H A D | RedactionInterstitial.java | 185 final boolean showNotifications = managedProfile || Settings.Secure.getIntForUser( in loadFromSettings() 187 final boolean showUnredacted = Settings.Secure.getIntForUser( in loadFromSettings()
|
/aosp12/packages/apps/Settings/src/com/android/settings/accessibility/ |
H A D | PrimaryMonoPreferenceController.java | 37 return Settings.System.getIntForUser(mContext.getContentResolver(), in isChecked()
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/ |
H A D | Fingerprint21UdfpsMock.java | 512 final int captureTime = Settings.Secure.getIntForUser(contentResolver, in getNewCaptureDuration() 516 final int randomDelayRange = Settings.Secure.getIntForUser(contentResolver, in getNewCaptureDuration() 527 final int matchingTime = Settings.Secure.getIntForUser(mContext.getContentResolver(), in getMatchingDuration()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
H A D | NavBarHelper.java | 212 mLongPressHomeEnabled = Settings.Secure.getIntForUser(mContentResolver, in updateAssitantAvailability() 217 mAssistantTouchGestureEnabled = Settings.Secure.getIntForUser(mContentResolver, in updateAssitantAvailability()
|
/aosp12/packages/apps/Settings/src/com/android/settings/display/ |
H A D | VrDisplayPreferenceController.java | 50 int current = Settings.Secure.getIntForUser(mContext.getContentResolver(), in updateState()
|