Home
last modified time | relevance | path

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

/packages/modules/ConfigInfrastructure/service/javatests/src/com/android/server/deviceconfig/
DDeviceConfigBootstrapValuesTest.java28 import com.android.server.deviceconfig.DeviceConfigBootstrapValues;
54 DeviceConfigBootstrapValues values = new DeviceConfigBootstrapValues(PATH_1); in assertParsesFiles()
/packages/modules/ConfigInfrastructure/service/java/com/android/server/deviceconfig/
DDeviceConfigBootstrapValues.java32 public class DeviceConfigBootstrapValues { class
40 public DeviceConfigBootstrapValues() { in DeviceConfigBootstrapValues() method in DeviceConfigBootstrapValues
44 public DeviceConfigBootstrapValues(String defaultValuesPath) { in DeviceConfigBootstrapValues() method in DeviceConfigBootstrapValues
DDeviceConfigInit.java146 new DeviceConfigBootstrapValues().applyValuesIfNeeded(); in applyBootstrapValues()