Home
last modified time | relevance | path

Searched refs:SCREEN_BRIGHTNESS (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/display/
DBrightnessLevelPreferenceControllerTest.java101 System.getUriFor(System.SCREEN_BRIGHTNESS))).isNotEmpty(); in onStart_shouldRegisterObserver()
119 System.getUriFor(System.SCREEN_BRIGHTNESS))).isEmpty(); in onStop_shouldUnregisterObserver()
142 System.putInt(mContentResolver, System.SCREEN_BRIGHTNESS, 31); in updateState_autoBrightness_shouldSetSummaryToAutoBrightness()
155 System.putInt(mContentResolver, System.SCREEN_BRIGHTNESS, 45); in updateState_manualBrightness_shouldSetSummaryToScreenBrightness()
181 System.putInt(mContentResolver, System.SCREEN_BRIGHTNESS, 115); in updateState_brightnessOutOfRange_shouldSetSummaryInRange()
185 System.putInt(mContentResolver, System.SCREEN_BRIGHTNESS, -10); in updateState_brightnessOutOfRange_shouldSetSummaryInRange()
194 System.putInt(mContentResolver, System.SCREEN_BRIGHTNESS, 115); in updateState_brightnessOutOfRange_shouldSetSummaryInRange()
198 System.putInt(mContentResolver, System.SCREEN_BRIGHTNESS, -10); in updateState_brightnessOutOfRange_shouldSetSummaryInRange()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/display/
DBrightnessLevelPreferenceControllerTest.java94 Settings.System.SCREEN_BRIGHTNESS, mMin, in testRefreshUi_minValue()
104 Settings.System.SCREEN_BRIGHTNESS, mMax, in testRefreshUi_maxValue()
114 Settings.System.SCREEN_BRIGHTNESS, mMid, in testRefreshUi_midValue()
127 Settings.System.SCREEN_BRIGHTNESS, in testHandlePreferenceChanged_minValue()
136 Settings.System.SCREEN_BRIGHTNESS, in testHandlePreferenceChanged_maxValue()
145 Settings.System.SCREEN_BRIGHTNESS, in testHandlePreferenceChanged_midValue()
/packages/apps/Car/Settings/src/com/android/car/settings/quicksettings/
DBrightnessTile.java18 import static android.provider.Settings.System.SCREEN_BRIGHTNESS;
64 System.putIntForUser(mContext.getContentResolver(), SCREEN_BRIGHTNESS, linear, in onProgressChanged() local
85 int linear = System.getIntForUser(mContext.getContentResolver(), SCREEN_BRIGHTNESS, in getCurrent()
/packages/services/Car/service/src/com/android/car/systeminterface/
DDisplayInterface.java138 System.SCREEN_BRIGHTNESS, in refreshDisplayBrightness()
176 System.SCREEN_BRIGHTNESS, in setDisplayBrightness()
188 System.getUriFor(System.SCREEN_BRIGHTNESS), in startDisplayStateMonitoring()
/packages/apps/Car/Settings/src/com/android/car/settings/display/
DBrightnessLevelPreferenceController.java68 Settings.System.SCREEN_BRIGHTNESS, linear, in handlePreferenceChanged()
77 Settings.System.SCREEN_BRIGHTNESS, in getSeekbarValue()
/packages/apps/Settings/src/com/android/settings/display/
DBrightnessLevelPreferenceController.java64 BRIGHTNESS_URI = System.getUriFor(System.SCREEN_BRIGHTNESS);
137 System.SCREEN_BRIGHTNESS, mMinBrightness), in getCurrentBrightness()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/display/
DBrightnessLevelPreferenceController.java64 BRIGHTNESS_URI = System.getUriFor(System.SCREEN_BRIGHTNESS);
137 System.SCREEN_BRIGHTNESS, mMinBrightness), in getCurrentBrightness()