Searched refs:customModeType (Results 1 – 1 of 1) sorted by relevance
824 int customModeType = mode == MODE_NIGHT_CUSTOM in setNightMode() local827 setNightModeInternal(mode, customModeType); in setNightMode()830 private void setNightModeInternal(int mode, int customModeType) { in setNightModeInternal() argument843 if (SUPPORTED_NIGHT_MODE_CUSTOM_TYPES.contains(customModeType)) { in setNightModeInternal()847 "Can't set the custom type to " + customModeType); in setNightModeInternal()858 if (mNightMode.get() != mode || mNightModeCustomType != customModeType) { in setNightModeInternal()865 ? customModeType in setNightModeInternal()