Searched refs:AUTO_MODE_CUSTOM_TIME (Results 1 – 11 of 11) sorted by relevance
20 import android.hardware.display.ColorDisplayManager.AUTO_MODE_CUSTOM_TIME47 nightDisplayRepository.setNightDisplayAutoMode(AUTO_MODE_CUSTOM_TIME, user) in handleInput()
76 } else if (autoMode == ColorDisplayManager.AUTO_MODE_CUSTOM_TIME) { in availability()
106 callback.onAutoModeChanged(ColorDisplayManager.AUTO_MODE_CUSTOM_TIME) in nightDisplayState_matchesAutoMode()107 assertThat(lastState!!.autoMode).isEqualTo(ColorDisplayManager.AUTO_MODE_CUSTOM_TIME) in nightDisplayState_matchesAutoMode()146 .thenReturn(ColorDisplayManager.AUTO_MODE_CUSTOM_TIME) in nightDisplayState_matchesController_initiallyCustomAutoMode()152 assertThat(lastState!!.autoMode).isEqualTo(ColorDisplayManager.AUTO_MODE_CUSTOM_TIME) in nightDisplayState_matchesController_initiallyCustomAutoMode()
98 @IntDef({ AUTO_MODE_DISABLED, AUTO_MODE_CUSTOM_TIME, AUTO_MODE_TWILIGHT })121 public static final int AUTO_MODE_CUSTOM_TIME = 1; field in ColorDisplayManager267 && autoMode != AUTO_MODE_CUSTOM_TIME in setNightDisplayAutoMode()
65 autoMode == ColorDisplayManager.AUTO_MODE_CUSTOM_TIME || in autoAddSignal()
120 mManager.setNightDisplayAutoMode(ColorDisplayManager.AUTO_MODE_CUSTOM_TIME); in handleClick()178 case ColorDisplayManager.AUTO_MODE_CUSTOM_TIME: in getSecondaryLabel()
393 if (autoMode == ColorDisplayManager.AUTO_MODE_CUSTOM_TIME
19 import static android.hardware.display.ColorDisplayManager.AUTO_MODE_CUSTOM_TIME;523 if (autoMode == AUTO_MODE_CUSTOM_TIME) { in onNightDisplayAutoModeChanged()941 && autoMode != AUTO_MODE_CUSTOM_TIME in getNightDisplayAutoModeInternal()
398 ColorDisplayManager.AUTO_MODE_CUSTOM_TIME); in nightTileAdded_whenNightModeCustom()
1178 mBinderService.setNightDisplayAutoMode(ColorDisplayManager.AUTO_MODE_CUSTOM_TIME); in setAutoModeCustom()
5133 field public static final int AUTO_MODE_CUSTOM_TIME = 1; // 0x1