Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DUiModeManagerService.java134 private int mNightModeCustomType = UiModeManager.MODE_NIGHT_CUSTOM_TYPE_UNKNOWN; field in UiModeManagerService
601 mNightModeCustomType = Secure.getIntForUser(context.getContentResolver(), in updateNightModeFromSettingsLocked()
821 if (mNightMode != mode || mNightModeCustomType != customModeType) {
826 mNightModeCustomType = mode == MODE_NIGHT_CUSTOM
874 return mNightModeCustomType;
939 return setNightModeActivatedForModeInternal(mNightModeCustomType, active);
963 if (modeCustomType != mNightModeCustomType) {
1597 Secure.UI_NIGHT_MODE_CUSTOM_TYPE, mNightModeCustomType, user); in persistNightMode() local
1650 if (mNightModeCustomType == MODE_NIGHT_CUSTOM_TYPE_BEDTIME) { in updateConfigurationLocked()
1675 + "; mNightModeCustomType=" + mNightModeCustomType in updateConfigurationLocked()
[all …]