Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DUiModeManagerService.java824 int customModeType = mode == MODE_NIGHT_CUSTOM in setNightMode() local
827 setNightModeInternal(mode, customModeType); in setNightMode()
830 private void setNightModeInternal(int mode, int customModeType) { in setNightModeInternal() argument
843 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()