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

/frameworks/base/core/java/android/provider/
H A DSettings.java1862 public static class SettingNotFoundException extends AndroidException { class in class:Settings
1863 public SettingNotFoundException(String msg) { method in class:Settings.SettingNotFoundException
2476 * it throws {@link SettingNotFoundException}.
2481 * @throws SettingNotFoundException Thrown if a setting by the given
2487 throws SettingNotFoundException {
2493 throws SettingNotFoundException {
2498 throw new SettingNotFoundException(name);
2564 * it throws {@link SettingNotFoundException}.
2570 * @throws SettingNotFoundException Thrown if a setting by the given
2574 throws SettingNotFoundException {
[all...]

Completed in 59 milliseconds