Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/display/
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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DNightDisplayTile.java92 mManager.setNightDisplayAutoMode(ColorDisplayManager.AUTO_MODE_CUSTOM_TIME); in handleClick()
147 case ColorDisplayManager.AUTO_MODE_CUSTOM_TIME: in getSecondaryLabel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DAutoTileManager.java251 if (autoMode == ColorDisplayManager.AUTO_MODE_CUSTOM_TIME
/frameworks/base/services/core/java/com/android/server/display/color/
DColorDisplayService.java19 import static android.hardware.display.ColorDisplayManager.AUTO_MODE_CUSTOM_TIME;
461 if (autoMode == AUTO_MODE_CUSTOM_TIME) { in onNightDisplayAutoModeChanged()
748 && autoMode != AUTO_MODE_CUSTOM_TIME in getNightDisplayAutoModeInternal()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DAutoTileManagerTest.java255 ColorDisplayManager.AUTO_MODE_CUSTOM_TIME); in nightTileAdded_whenNightModeCustom()
/frameworks/base/services/tests/servicestests/src/com/android/server/display/color/
DColorDisplayServiceTest.java1146 mBinderService.setNightDisplayAutoMode(ColorDisplayManager.AUTO_MODE_CUSTOM_TIME); in setAutoModeCustom()
/frameworks/base/non-updatable-api/
Dsystem-current.txt2435 field public static final int AUTO_MODE_CUSTOM_TIME = 1; // 0x1
/frameworks/base/api/
Dsystem-current.txt2487 field public static final int AUTO_MODE_CUSTOM_TIME = 1; // 0x1