Home
last modified time | relevance | path

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

/packages/modules/ConfigInfrastructure/framework/java/android/provider/
DDeviceConfigDataStore.java38 DeviceConfig.BadConfigException; in setProperties()
DSettingsConfigDataStore.java53 throws DeviceConfig.BadConfigException { in setProperties()
DDeviceConfigServiceDataStore.java92 throws DeviceConfig.BadConfigException { in setProperties()
DDeviceConfig.java1410 public static boolean setProperties(@NonNull Properties properties) throws BadConfigException { in setProperties()
1718 public static class BadConfigException extends Exception {} class in DeviceConfig
/packages/modules/ConfigInfrastructure/framework/api/
Dsystem-current.txt26 … android.provider.DeviceConfig.Properties) throws android.provider.DeviceConfig.BadConfigException;
111 public static class DeviceConfig.BadConfigException extends java.lang.Exception {
112 ctor public DeviceConfig.BadConfigException();
/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/
DNullAlgorithmsPreferenceControllerTest.java97 } catch (DeviceConfig.BadConfigException e) { in tearDown()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/
DE2ETest.java466 public void runTest() throws IOException, JSONException, DeviceConfig.BadConfigException { in runTest()