HomeSort by relevance Sort by last modified time
    Searched refs:SettingNotFoundException (Results 1 - 25 of 40) sorted by null

1 2

  /cts/tests/tests/provider/src/android/provider/cts/
Settings_SettingNotFoundExceptionTest.java 20 import android.provider.Settings.SettingNotFoundException;
25 new SettingNotFoundException("Setting not found exception.");
26 new SettingNotFoundException(null);
Settings_SecureTest.java 24 import android.provider.Settings.SettingNotFoundException;
32 * Setting that will have a string value to trigger SettingNotFoundException caused by
78 fail("SettingNotFoundException should have been thrown!");
79 } catch (SettingNotFoundException expected) {
84 fail("SettingNotFoundException should have been thrown!");
85 } catch (SettingNotFoundException expected) {
89 public void testGetPutFloat() throws SettingNotFoundException {
100 fail("SettingNotFoundException should have been thrown!");
101 } catch (SettingNotFoundException expected) {
106 fail("SettingNotFoundException should have been thrown!")
    [all...]
Settings_SystemTest.java 24 import android.provider.Settings.SettingNotFoundException;
39 public void testSystemSettings() throws SettingNotFoundException {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BrightnessController.java 26 import android.provider.Settings.SettingNotFoundException;
54 } catch (SettingNotFoundException snfe) {
67 } catch (SettingNotFoundException ex) {
  /packages/apps/Contacts/src/com/android/contacts/preference/
ContactsPreferences.java 27 import android.provider.Settings.SettingNotFoundException;
70 } catch (SettingNotFoundException e) {
104 } catch (SettingNotFoundException e) {
  /packages/apps/Phone/src/com/android/phone/sip/
SipSharedPreferences.java 25 import android.provider.Settings.SettingNotFoundException;
102 } catch (SettingNotFoundException e) {
  /frameworks/base/services/java/com/android/server/am/
CoreSettingsObserver.java 24 import android.provider.Settings.SettingNotFoundException;
105 } catch (SettingNotFoundException snfe) {
  /frameworks/base/core/java/android/provider/
Settings.java 645 public static class SettingNotFoundException extends AndroidException {
646 public SettingNotFoundException(String msg) {
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
RealSystemFacade.java 12 import android.provider.Settings.SettingNotFoundException;
  /cts/tests/tests/text/src/android/text/method/cts/
PasswordTransformationMethodTest.java 22 import android.provider.Settings.SettingNotFoundException;
201 } catch (SettingNotFoundException e) {
  /packages/apps/SpareParts/src/com/android/spare_parts/
SpareParts.java 38 import android.provider.Settings.SettingNotFoundException;
240 } catch (SettingNotFoundException e) {
  /packages/apps/Phone/src/com/android/phone/
SipBroadcastReceiver.java 34 import android.provider.Settings.SettingNotFoundException;
  /packages/apps/Settings/src/com/android/settings/
BrightnessPreference.java 31 import android.provider.Settings.SettingNotFoundException;
169 } catch (SettingNotFoundException snfe) {
DateTimeSettingsSetupWizard.java 33 import android.provider.Settings.SettingNotFoundException;
300 } catch (SettingNotFoundException e) {
310 } catch (SettingNotFoundException e) {
DisplaySettings.java 34 import android.provider.Settings.SettingNotFoundException;
114 } catch (SettingNotFoundException snfe) {
DateTimeSettings.java 36 import android.provider.Settings.SettingNotFoundException;
332 } catch (SettingNotFoundException snfe) {
  /frameworks/base/core/java/android/hardware/input/
InputManager.java 33 import android.provider.Settings.SettingNotFoundException;
516 } catch (SettingNotFoundException snfe) {
  /frameworks/base/services/java/com/android/server/
VibratorService.java 37 import android.provider.Settings.SettingNotFoundException;
346 } catch (SettingNotFoundException snfe) {
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodAndSubtypeUtil.java 30 import android.provider.Settings.SettingNotFoundException;
99 } catch (SettingNotFoundException e) {
  /packages/apps/Settings/src/com/android/settings/tts/
TextToSpeechSettings.java 37 import android.provider.Settings.SettingNotFoundException;
166 } catch (SettingNotFoundException e) {
  /frameworks/base/core/java/android/widget/
DateTimeView.java 30 import android.provider.Settings.SettingNotFoundException;
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiApEnabler.java 137 } catch (Settings.SettingNotFoundException e) {
  /frameworks/base/core/java/android/app/
DownloadManager.java 32 import android.provider.Settings.SettingNotFoundException;
    [all...]
  /frameworks/base/services/java/com/android/server/input/
InputManagerService.java 59 import android.provider.Settings.SettingNotFoundException;
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 47 import android.provider.Settings.SettingNotFoundException;
    [all...]

Completed in 453 milliseconds

1 2