Searched defs:SettingNotFoundException (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/provider/
H A DSettings.java555 public static class SettingNotFoundException extends AndroidException { class in class:Settings
556 public SettingNotFoundException(String msg) { method in class:Settings.SettingNotFoundException
820 * it throws {@link SettingNotFoundException}.
825 * @throws SettingNotFoundException Thrown if a setting by the given
831 throws SettingNotFoundException {
836 throw new SettingNotFoundException(name);
890 * it throws {@link SettingNotFoundException}.
896 * @throws SettingNotFoundException Thrown if a setting by the given
900 throws SettingNotFoundException {
905 throw new SettingNotFoundException(nam
[all...]

Completed in 107 milliseconds