Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/UxRestrictionsSample/src/com/google/android/car/uxr/sample/
H A DMainActivity.java273 CarUxRestrictionsConfiguration stagedConfig = in showStagedUxRestrictionsConfig() local
275 if (stagedConfig == null) { in showStagedUxRestrictionsConfig()
284 stagedConfig.writeJson(writer); in showStagedUxRestrictionsConfig()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarUxRestrictionsManagerService.java303 Path stagedConfig = getFile(CONFIG_FILENAME_STAGED).toPath(); in promoteStagedConfig() local
310 && Files.exists(stagedConfig)) { in promoteStagedConfig()
315 Files.move(stagedConfig, prod, REPLACE_EXISTING); in promoteStagedConfig()
460 File stagedConfig = getFile(CONFIG_FILENAME_STAGED); in getStagedConfigs() local
461 if (stagedConfig.exists()) { in getStagedConfigs()
463 return readPersistedConfig(stagedConfig); in getStagedConfigs()