Home
last modified time | relevance | path

Searched refs:AUTO_MODE_CUSTOM_TIME (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/display/
H A DColorDisplayManager.java95 @IntDef({ AUTO_MODE_DISABLED, AUTO_MODE_CUSTOM_TIME, AUTO_MODE_TWILIGHT })
118 public static final int AUTO_MODE_CUSTOM_TIME = 1; field in ColorDisplayManager
264 && autoMode != AUTO_MODE_CUSTOM_TIME in setNightDisplayAutoMode()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DNightDisplayTile.java120 mManager.setNightDisplayAutoMode(ColorDisplayManager.AUTO_MODE_CUSTOM_TIME); in handleClick()
178 case ColorDisplayManager.AUTO_MODE_CUSTOM_TIME: in getSecondaryLabel()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/domain/autoaddable/
H A DNightDisplayAutoAddable.kt65 autoMode == ColorDisplayManager.AUTO_MODE_CUSTOM_TIME ||
/aosp14/frameworks/base/services/core/java/com/android/server/display/color/
H A DColorDisplayService.java19 import static android.hardware.display.ColorDisplayManager.AUTO_MODE_CUSTOM_TIME;
498 if (autoMode == AUTO_MODE_CUSTOM_TIME) { in onNightDisplayAutoModeChanged()
905 && autoMode != AUTO_MODE_CUSTOM_TIME in getNightDisplayAutoModeInternal()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DAutoTileManager.java391 if (autoMode == ColorDisplayManager.AUTO_MODE_CUSTOM_TIME
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DAutoTileManagerTest.java395 ColorDisplayManager.AUTO_MODE_CUSTOM_TIME); in nightTileAdded_whenNightModeCustom()
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/color/
H A DColorDisplayServiceTest.java1159 mBinderService.setNightDisplayAutoMode(ColorDisplayManager.AUTO_MODE_CUSTOM_TIME); in setAutoModeCustom()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt4491 field public static final int AUTO_MODE_CUSTOM_TIME = 1; // 0x1