Searched refs:BadConfigException (Results 1 – 7 of 7) sorted by relevance
38 DeviceConfig.BadConfigException; in setProperties()
53 throws DeviceConfig.BadConfigException { in setProperties()
92 throws DeviceConfig.BadConfigException { in setProperties()
1410 public static boolean setProperties(@NonNull Properties properties) throws BadConfigException { in setProperties()1718 public static class BadConfigException extends Exception {} class in DeviceConfig
26 … android.provider.DeviceConfig.Properties) throws android.provider.DeviceConfig.BadConfigException;111 public static class DeviceConfig.BadConfigException extends java.lang.Exception {112 ctor public DeviceConfig.BadConfigException();
97 } catch (DeviceConfig.BadConfigException e) { in tearDown()
466 public void runTest() throws IOException, JSONException, DeviceConfig.BadConfigException { in runTest()