Home
last modified time | relevance | path

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

/packages/modules/ConfigInfrastructure/service/java/com/android/server/deviceconfig/
DDeviceConfigBootstrapValues.java38 private final String defaultValuesPath; field in DeviceConfigBootstrapValues
44 public DeviceConfigBootstrapValues(String defaultValuesPath) { in DeviceConfigBootstrapValues() argument
45 this.defaultValuesPath = defaultValuesPath; in DeviceConfigBootstrapValues()
124 return Path.of(URI.create(defaultValuesPath)); in getPath()