Searched defs:SettingNotFoundException (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DSettings.java1465 public static class SettingNotFoundException extends AndroidException { class in class:Settings
1466 public SettingNotFoundException(String msg) { method in class:Settings.SettingNotFoundException
2024 * it throws {@link SettingNotFoundException}.
2029 * @throws SettingNotFoundException Thrown if a setting by the given
2035 throws SettingNotFoundException {
2041 throws SettingNotFoundException {
2046 throw new SettingNotFoundException(name);
2112 * it throws {@link SettingNotFoundException}.
2118 * @throws SettingNotFoundException Thrown if a setting by the given
2122 throws SettingNotFoundException {
[all...]

Completed in 2688 milliseconds