Searched refs:AUTO_MODE_CUSTOM_TIME (Results 1 – 8 of 8) sorted by relevance
95 @IntDef({ AUTO_MODE_DISABLED, AUTO_MODE_CUSTOM_TIME, AUTO_MODE_TWILIGHT })118 public static final int AUTO_MODE_CUSTOM_TIME = 1; field in ColorDisplayManager264 && autoMode != AUTO_MODE_CUSTOM_TIME in setNightDisplayAutoMode()
120 mManager.setNightDisplayAutoMode(ColorDisplayManager.AUTO_MODE_CUSTOM_TIME); in handleClick()178 case ColorDisplayManager.AUTO_MODE_CUSTOM_TIME: in getSecondaryLabel()
65 autoMode == ColorDisplayManager.AUTO_MODE_CUSTOM_TIME ||
19 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()
391 if (autoMode == ColorDisplayManager.AUTO_MODE_CUSTOM_TIME
395 ColorDisplayManager.AUTO_MODE_CUSTOM_TIME); in nightTileAdded_whenNightModeCustom()
1159 mBinderService.setNightDisplayAutoMode(ColorDisplayManager.AUTO_MODE_CUSTOM_TIME); in setAutoModeCustom()
4491 field public static final int AUTO_MODE_CUSTOM_TIME = 1; // 0x1