Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarUxRestrictionsManagerService.java449 Path stagedConfig = getFile(CONFIG_FILENAME_STAGED).toPath(); in promoteStagedConfig() local
456 && Files.exists(stagedConfig)) { in promoteStagedConfig()
461 Files.move(stagedConfig, prod, REPLACE_EXISTING); in promoteStagedConfig()
604 File stagedConfig = getFile(CONFIG_FILENAME_STAGED); in getStagedConfigs() local
605 if (stagedConfig.exists()) { in getStagedConfigs()
607 return readPersistedConfig(stagedConfig); in getStagedConfigs()
/packages/services/Car/tests/UxRestrictionsSample/src/com/google/android/car/uxr/sample/
DMainActivity.java309 CarUxRestrictionsConfiguration stagedConfig = in showStagedUxRestrictionsConfig() local
313 stagedConfig.writeJson(writer); in showStagedUxRestrictionsConfig()