/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneFactory.java | 28 import android.provider.Settings.SettingNotFoundException; 319 } catch (SettingNotFoundException snfe) { in getVoiceSubscription() 333 } catch (SettingNotFoundException snfe) { in isPromptEnabled() 357 } catch (SettingNotFoundException snfe) { in isSMSPromptEnabled() 381 } catch (SettingNotFoundException snfe) { in getDataSubscription() 394 } catch (SettingNotFoundException snfe) { in getSMSSubscription()
|
D | PhoneBase.java | 1109 } catch (Settings.SettingNotFoundException e) { in setPropertiesByCarrier()
|
D | RIL.java | 45 import android.provider.Settings.SettingNotFoundException;
|
/frameworks/base/core/java/android/provider/ |
D | Settings.java | 1014 public static class SettingNotFoundException extends AndroidException { class in Settings 1015 public SettingNotFoundException(String msg) { in SettingNotFoundException() method in Settings.SettingNotFoundException 1432 throws SettingNotFoundException { in getInt() 1438 throws SettingNotFoundException { in getIntForUser() 1443 throw new SettingNotFoundException(name); in getIntForUser() 1519 throws SettingNotFoundException { in getLong() 1525 throws SettingNotFoundException { in getLongForUser() 1530 throw new SettingNotFoundException(name); in getLongForUser() 1605 throws SettingNotFoundException { in getFloat() 1611 throws SettingNotFoundException { in getFloatForUser() [all …]
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiSettingsStore.java | 171 } catch (Settings.SettingNotFoundException e) { in testAndClearWifiSavedState() 181 } catch (Settings.SettingNotFoundException e) { in getPersistedWifiState()
|
/frameworks/base/core/java/android/nfc/cardemulation/ |
D | CardEmulation.java | 32 import android.provider.Settings.SettingNotFoundException; 270 } catch (SettingNotFoundException e) { in categoryAllowsForegroundPreference()
|
/frameworks/base/telephony/java/android/telephony/ |
D | TelephonyManager.java | 27 import android.provider.Settings.SettingNotFoundException; 2946 throws android.provider.Settings.SettingNotFoundException { in getIntAtIndex() 2958 throw new android.provider.Settings.SettingNotFoundException(name); in getIntAtIndex() 3739 throws SettingNotFoundException { in getIntWithSubId() 3742 } catch (SettingNotFoundException e) { in getIntWithSubId() 3764 } catch (SettingNotFoundException exc) { in getIntWithSubId() 3765 throw new SettingNotFoundException(name); in getIntWithSubId()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | CoreSettingsObserver.java | 24 import android.provider.Settings.SettingNotFoundException;
|
D | ActivityStackSupervisor.java | 87 import android.provider.Settings.SettingNotFoundException; 3639 } catch (SettingNotFoundException e) { in handleMessage()
|
/frameworks/base/core/java/android/hardware/input/ |
D | InputManager.java | 36 import android.provider.Settings.SettingNotFoundException; 560 } catch (SettingNotFoundException snfe) { in getPointerSpeed()
|
/frameworks/base/services/core/java/com/android/server/ |
D | LockSettingsService.java | 43 import android.provider.Settings.SettingNotFoundException; 170 } catch (SettingNotFoundException e) { in migrateOldData()
|
D | VibratorService.java | 42 import android.provider.Settings.SettingNotFoundException; 469 } catch (SettingNotFoundException snfe) { in updateInputDeviceVibrators()
|
/frameworks/base/core/java/android/app/ |
D | DownloadManager.java | 34 import android.provider.Settings.SettingNotFoundException; 1135 } catch (SettingNotFoundException exc) { in getMaxBytesOverMobile() 1153 } catch (SettingNotFoundException exc) { in getRecommendedMaxBytesOverMobile()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 69 import android.provider.Settings.SettingNotFoundException; 1252 } catch (SettingNotFoundException snfe) { in getPointerSpeedSetting() 1278 } catch (SettingNotFoundException snfe) { in getShowTouchesSetting()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
D | CdmaServiceStateTracker.java | 35 import android.provider.Settings.SettingNotFoundException; 1732 } catch (SettingNotFoundException snfe) { in getAutoTime() 1740 } catch (SettingNotFoundException snfe) { in getAutoTimeZone()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GsmServiceStateTracker.java | 39 import android.provider.Settings.SettingNotFoundException; 1834 } catch (SettingNotFoundException snfe) { in getAutoTime() 1843 } catch (SettingNotFoundException snfe) { in getAutoTimeZone()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcTrackerBase.java | 44 import android.provider.Settings.SettingNotFoundException; 821 } catch (SettingNotFoundException snfe) { in getDataOnRoamingEnabled() 857 } catch (SettingNotFoundException snfe) { in getDataEnabled()
|
/frameworks/base/core/java/com/android/internal/inputmethod/ |
D | InputMethodUtils.java | 29 import android.provider.Settings.SettingNotFoundException; 1243 } catch (SettingNotFoundException e) { in getSelectedInputMethodSubtypeHashCode()
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | PackageManagerTests.java | 54 import android.provider.Settings.SettingNotFoundException; 1689 } catch (SettingNotFoundException e1) { in getDefaultInstallLoc() 2576 } catch (SettingNotFoundException e1) { in getUserSettingSetInstallLocation()
|
/frameworks/base/ |
D | preloaded-classes | 1145 android.provider.Settings$SettingNotFoundException
|
/frameworks/base/api/ |
D | system-current.txt | 26842 …ntent.ContentResolver, java.lang.String) throws android.provider.Settings.SettingNotFoundException; 26844 …ntent.ContentResolver, java.lang.String) throws android.provider.Settings.SettingNotFoundException; 26846 …ntent.ContentResolver, java.lang.String) throws android.provider.Settings.SettingNotFoundException; 26906 …ntent.ContentResolver, java.lang.String) throws android.provider.Settings.SettingNotFoundException; 26908 …ntent.ContentResolver, java.lang.String) throws android.provider.Settings.SettingNotFoundException; 26910 …ntent.ContentResolver, java.lang.String) throws android.provider.Settings.SettingNotFoundException; 26987 public static class Settings.SettingNotFoundException extends android.util.AndroidException { 26988 ctor public Settings.SettingNotFoundException(java.lang.String); 26995 …ntent.ContentResolver, java.lang.String) throws android.provider.Settings.SettingNotFoundException; 26997 …ntent.ContentResolver, java.lang.String) throws android.provider.Settings.SettingNotFoundException; [all …]
|
D | current.txt | 25250 …ntent.ContentResolver, java.lang.String) throws android.provider.Settings.SettingNotFoundException; 25252 …ntent.ContentResolver, java.lang.String) throws android.provider.Settings.SettingNotFoundException; 25254 …ntent.ContentResolver, java.lang.String) throws android.provider.Settings.SettingNotFoundException; 25314 …ntent.ContentResolver, java.lang.String) throws android.provider.Settings.SettingNotFoundException; 25316 …ntent.ContentResolver, java.lang.String) throws android.provider.Settings.SettingNotFoundException; 25318 …ntent.ContentResolver, java.lang.String) throws android.provider.Settings.SettingNotFoundException; 25395 public static class Settings.SettingNotFoundException extends android.util.AndroidException { 25396 ctor public Settings.SettingNotFoundException(java.lang.String); 25403 …ntent.ContentResolver, java.lang.String) throws android.provider.Settings.SettingNotFoundException; 25405 …ntent.ContentResolver, java.lang.String) throws android.provider.Settings.SettingNotFoundException; [all …]
|
/frameworks/base/docs/html/ |
D | sitemap.txt | 2452 http://developer.android.com/reference/android/provider/Settings.SettingNotFoundException.html
|