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

/frameworks/base/core/java/android/provider/
H A DSettings.java619 public static class SettingNotFoundException extends AndroidException { class in class:Settings
620 public SettingNotFoundException(String msg) { method in class:Settings.SettingNotFoundException
884 * it throws {@link SettingNotFoundException}.
889 * @throws SettingNotFoundException Thrown if a setting by the given
895 throws SettingNotFoundException {
900 throw new SettingNotFoundException(name);
954 * it throws {@link SettingNotFoundException}.
960 * @throws SettingNotFoundException Thrown if a setting by the given
964 throws SettingNotFoundException {
969 throw new SettingNotFoundException(nam
[all...]

Completed in 308 milliseconds