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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBrightnessController.java27 import android.provider.Settings.SettingNotFoundException;
86 } catch (SettingNotFoundException snfe) {
102 } catch (SettingNotFoundException ex) {
/frameworks/base/services/java/com/android/server/am/
H A DCoreSettingsObserver.java24 import android.provider.Settings.SettingNotFoundException;
105 } catch (SettingNotFoundException snfe) {
/frameworks/base/core/java/android/provider/
H A DSettings.java682 public static class SettingNotFoundException extends AndroidException { class in class:Settings
683 public SettingNotFoundException(String msg) { method in class:Settings.SettingNotFoundException
1079 * it throws {@link SettingNotFoundException}.
1084 * @throws SettingNotFoundException Thrown if a setting by the given
1090 throws SettingNotFoundException {
1096 throws SettingNotFoundException {
1101 throw new SettingNotFoundException(name);
1167 * it throws {@link SettingNotFoundException}.
1173 * @throws SettingNotFoundException Thrown if a setting by the given
1177 throws SettingNotFoundException {
[all...]
/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java33 import android.provider.Settings.SettingNotFoundException;
516 } catch (SettingNotFoundException snfe) {
/frameworks/base/services/java/com/android/server/
H A DVibratorService.java38 import android.provider.Settings.SettingNotFoundException;
357 } catch (SettingNotFoundException snfe) {
H A DWifiService.java511 } catch (Settings.SettingNotFoundException e) {
521 } catch (Settings.SettingNotFoundException e) {
H A DInputMethodManagerService.java80 import android.provider.Settings.SettingNotFoundException;
3840 } catch (SettingNotFoundException e) {
/frameworks/base/core/java/android/widget/
H A DDateTimeView.java30 import android.provider.Settings.SettingNotFoundException;
/frameworks/base/core/java/android/app/
H A DDownloadManager.java32 import android.provider.Settings.SettingNotFoundException;
1103 } catch (SettingNotFoundException exc) {
1121 } catch (SettingNotFoundException exc) {
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java63 import android.provider.Settings.SettingNotFoundException;
1121 } catch (SettingNotFoundException snfe) {
1147 } catch (SettingNotFoundException snfe) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaServiceStateTracker.java52 import android.provider.Settings.SettingNotFoundException;
1446 } catch (SettingNotFoundException snfe) {
1454 } catch (SettingNotFoundException snfe) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java60 import android.provider.Settings.SettingNotFoundException;
1527 } catch (SettingNotFoundException snfe) {
1536 } catch (SettingNotFoundException snfe) {
/frameworks/base/core/java/android/webkit/
H A DWebSettingsClassic.java26 import android.provider.Settings.SettingNotFoundException;
305 } catch (SettingNotFoundException e) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQuickSettingsModel.java35 import android.provider.Settings.SettingNotFoundException;
533 } catch (SettingNotFoundException e) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDataConnectionTracker.java42 import android.provider.Settings.SettingNotFoundException;
559 } catch (SettingNotFoundException snfe) {
H A DPhoneBase.java638 } catch (Settings.SettingNotFoundException e) {
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DPackageManagerTests.java48 import android.provider.Settings.SettingNotFoundException;
1676 } catch (SettingNotFoundException e1) {
2563 } catch (SettingNotFoundException e1) {

Completed in 3381 milliseconds