9 uses of SCHEMA_UNINSTALLED

drupal_get_installed_schema_version in drupal/core/includes/schema.inc
Returns the currently installed schema version for a module.
ModuleApiTest::testDependencyResolution in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleApiTest.php
Test dependency resolution.
module_enable in drupal/core/includes/module.inc
Enables or installs a given list of modules.
module_uninstall in drupal/core/includes/module.inc
Uninstalls a given list of modules.
system_modules_submit in drupal/core/modules/system/system.admin.inc
Submit callback; handles modules form submission.
system_modules_uninstall in drupal/core/modules/system/system.admin.inc
Builds a form of currently disabled modules.
system_rebuild_module_data in drupal/core/modules/system/system.module
Rebuild, save, and return data about all currently available modules.
update_get_update_list in drupal/core/includes/update.inc
Return a list of all the pending database updates.
update_prepare_d8_bootstrap in drupal/core/includes/update.inc
Performs extra steps required to bootstrap when using a Drupal 7 database.