Searched refs:DeviceConfigBootstrapValues (Results 1 – 3 of 3) sorted by relevance
28 import com.android.server.deviceconfig.DeviceConfigBootstrapValues;54 DeviceConfigBootstrapValues values = new DeviceConfigBootstrapValues(PATH_1); in assertParsesFiles()
32 public class DeviceConfigBootstrapValues { class40 public DeviceConfigBootstrapValues() { in DeviceConfigBootstrapValues() method in DeviceConfigBootstrapValues44 public DeviceConfigBootstrapValues(String defaultValuesPath) { in DeviceConfigBootstrapValues() method in DeviceConfigBootstrapValues
146 new DeviceConfigBootstrapValues().applyValuesIfNeeded(); in applyBootstrapValues()