/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiSettingsStore.java | 201 } catch (Settings.SettingNotFoundException e) { in getWifiSavedState() 211 } catch (Settings.SettingNotFoundException e) { in getPersistedWifiState()
|
/frameworks/base/core/java/android/provider/ |
D | Settings.java | 1679 public static class SettingNotFoundException extends AndroidException { class in Settings 1680 public SettingNotFoundException(String msg) { in SettingNotFoundException() method in Settings.SettingNotFoundException 2305 throws SettingNotFoundException { in getInt() 2311 throws SettingNotFoundException { in getIntForUser() 2316 throw new SettingNotFoundException(name); in getIntForUser() 2392 throws SettingNotFoundException { in getLong() 2398 throws SettingNotFoundException { in getLongForUser() 2403 throw new SettingNotFoundException(name); in getLongForUser() 2478 throws SettingNotFoundException { in getFloat() 2484 throws SettingNotFoundException { in getFloatForUser() [all …]
|
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/test/ |
D | FakeSettingsProviderTest.java | 53 } catch (Settings.SettingNotFoundException expected) {} in testBasicOperation()
|
/frameworks/base/core/java/android/nfc/cardemulation/ |
D | CardEmulation.java | 32 import android.provider.Settings.SettingNotFoundException; 270 } catch (SettingNotFoundException e) { in categoryAllowsForegroundPreference()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneFactory.java | 31 import android.provider.Settings.SettingNotFoundException; 333 } catch (SettingNotFoundException snfe) { in isSMSPromptEnabled()
|
D | ServiceStateTracker.java | 3683 } catch (Settings.SettingNotFoundException snfe) { in getAutoTime() 3691 } catch (Settings.SettingNotFoundException snfe) { in getAutoTimeZone()
|
D | Phone.java | 510 } catch (Settings.SettingNotFoundException e) { in Phone()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/ |
D | InputMethodAndSubtypeUtil.java | 27 import android.provider.Settings.SettingNotFoundException; 95 } catch (SettingNotFoundException e) { in getInputMethodSubtypeSelected()
|
/frameworks/base/core/java/android/hardware/input/ |
D | InputManager.java | 40 import android.provider.Settings.SettingNotFoundException; 747 } catch (SettingNotFoundException snfe) { in getPointerSpeed()
|
/frameworks/base/core/java/android/app/ |
D | DownloadManager.java | 41 import android.provider.Settings.SettingNotFoundException; 1214 } catch (SettingNotFoundException exc) { 1310 } catch (SettingNotFoundException exc) {
|
/frameworks/base/telephony/java/android/telephony/ |
D | TelephonyManager.java | 46 import android.provider.Settings.SettingNotFoundException; 4197 throws android.provider.Settings.SettingNotFoundException { in getIntAtIndex() 4209 throw new android.provider.Settings.SettingNotFoundException(name); in getIntAtIndex() 5623 throws SettingNotFoundException { in getIntWithSubId() 5626 } catch (SettingNotFoundException e) { in getIntWithSubId() 5648 } catch (SettingNotFoundException exc) { in getIntWithSubId() 5649 throw new SettingNotFoundException(name); in getIntWithSubId()
|
/frameworks/base/services/core/java/com/android/server/ |
D | VibratorService.java | 50 import android.provider.Settings.SettingNotFoundException; 596 } catch (SettingNotFoundException snfe) { in updateInputDeviceVibratorsLocked()
|
D | BluetoothManagerService.java | 60 import android.provider.Settings.SettingNotFoundException; 632 } catch (SettingNotFoundException e) { in isBleScanAlwaysAvailable()
|
D | LockSettingsService.java | 65 import android.provider.Settings.SettingNotFoundException; 592 } catch (SettingNotFoundException e) { in migrateOldData()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 83 import android.provider.Settings.SettingNotFoundException; 1638 } catch (SettingNotFoundException snfe) { in getPointerSpeedSetting() 1683 } catch (SettingNotFoundException snfe) { in getShowTouchesSetting()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NavigationBarFragment.java | 576 } catch (Settings.SettingNotFoundException e) { in updateAccessibilityServicesState()
|
/frameworks/base/media/java/android/media/ |
D | MediaScanner.java | 43 import android.provider.Settings.SettingNotFoundException; 1171 } catch (SettingNotFoundException e) {
|
/frameworks/base/core/java/android/accessibilityservice/ |
D | AccessibilityService.java | 1293 } catch (Settings.SettingNotFoundException e) { in getShowMode()
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | PackageManagerTests.java | 54 import android.provider.Settings.SettingNotFoundException; 1575 } catch (SettingNotFoundException e1) { in getDefaultInstallLoc() 2459 } catch (SettingNotFoundException e1) { in getUserSettingSetInstallLocation()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcTracker.java | 57 import android.provider.Settings.SettingNotFoundException; 2752 } catch (SettingNotFoundException e) { in getDataEnabled() 2825 } catch (SettingNotFoundException snfe) { in getDataRoamingEnabled()
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsManager.java | 321 } catch (Settings.SettingNotFoundException e) { in setEnhanced4gLteModeSettingForSlot()
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | PowerManagerService.java | 58 import android.provider.Settings.SettingNotFoundException; 3722 } catch (SettingNotFoundException e) { in incrementBootCount()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityStackSupervisor.java | 160 import android.provider.Settings.SettingNotFoundException; 4579 } catch (SettingNotFoundException e) { in handleMessage()
|
/frameworks/base/ |
D | preloaded-classes | 2051 android.provider.Settings$SettingNotFoundException
|
/frameworks/base/services/ |
D | profile-classes | 2278 Landroid/provider/Settings$SettingNotFoundException;
|