Lines Matching refs:SettingNotFoundException
32 import android.provider.Settings.SettingNotFoundException;
3522 * it throws {@link SettingNotFoundException}.
3528 * @throws SettingNotFoundException Thrown if a setting by the given
3536 throws android.provider.Settings.SettingNotFoundException {
3548 throw new android.provider.Settings.SettingNotFoundException(name);
4694 * SettingNotFoundException
4699 throws SettingNotFoundException {
4702 } catch (SettingNotFoundException e) {
4724 } catch (SettingNotFoundException exc) {
4725 throw new SettingNotFoundException(name);