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

/frameworks/base/core/java/android/provider/
H A DSettings.java1437 public static class SettingNotFoundException extends AndroidException { class in class:Settings
1438 public SettingNotFoundException(String msg) { method in class:Settings.SettingNotFoundException
1997 * it throws {@link SettingNotFoundException}.
2002 * @throws SettingNotFoundException Thrown if a setting by the given
2008 throws SettingNotFoundException {
2014 throws SettingNotFoundException {
2019 throw new SettingNotFoundException(name);
2085 * it throws {@link SettingNotFoundException}.
2091 * @throws SettingNotFoundException Thrown if a setting by the given
2095 throws SettingNotFoundException {
[all...]

Completed in 100 milliseconds