Searched refs:mNightModeCustomType (Results 1 – 1 of 1) sorted by relevance
134 private int mNightModeCustomType = UiModeManager.MODE_NIGHT_CUSTOM_TYPE_UNKNOWN; field in UiModeManagerService601 mNightModeCustomType = Secure.getIntForUser(context.getContentResolver(), in updateNightModeFromSettingsLocked()821 if (mNightMode != mode || mNightModeCustomType != customModeType) {826 mNightModeCustomType = mode == MODE_NIGHT_CUSTOM874 return mNightModeCustomType;939 return setNightModeActivatedForModeInternal(mNightModeCustomType, active);963 if (modeCustomType != mNightModeCustomType) {1597 Secure.UI_NIGHT_MODE_CUSTOM_TYPE, mNightModeCustomType, user); in persistNightMode() local1650 if (mNightModeCustomType == MODE_NIGHT_CUSTOM_TYPE_BEDTIME) { in updateConfigurationLocked()1675 + "; mNightModeCustomType=" + mNightModeCustomType in updateConfigurationLocked()[all …]