Searched refs:AUTO_MODE_CUSTOM (Results 1 – 5 of 5) sorted by relevance
50 @IntDef({ AUTO_MODE_DISABLED, AUTO_MODE_CUSTOM, AUTO_MODE_TWILIGHT })67 public static final int AUTO_MODE_CUSTOM = 1; field in NightDisplayController161 && autoMode != AUTO_MODE_CUSTOM in getAutoMode()180 && autoMode != AUTO_MODE_CUSTOM in setAutoMode()
90 NightDisplayController.AUTO_MODE_CUSTOM); in nightTileAdded_whenNightModeCustom()
140 if (autoMode == NightDisplayController.AUTO_MODE_CUSTOM
307 if (autoMode == NightDisplayController.AUTO_MODE_CUSTOM) { in onAutoModeChanged()
903 mNightDisplayController.setAutoMode(NightDisplayController.AUTO_MODE_CUSTOM); in setAutoModeCustom()