/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | GlobalSettingsHelper.java | 21 import android.provider.Settings.SettingNotFoundException; 54 throws SettingNotFoundException { in getBoolean() 69 } catch (SettingNotFoundException exception) { in setInt()
|
D | OldTimeServiceHelper.java | 121 } catch (Settings.SettingNotFoundException snfe) { in isTimeDetectionEnabled() 132 } catch (Settings.SettingNotFoundException snfe) { in isTimeZoneDetectionEnabled()
|
D | NewTimeServiceHelper.java | 114 } catch (Settings.SettingNotFoundException snfe) { in isTimeZoneDetectionEnabled()
|
D | MultiSimSettingController.java | 39 import android.provider.Settings.SettingNotFoundException; 316 } catch (SettingNotFoundException exception) { in onSubscriptionGroupChanged() 328 } catch (SettingNotFoundException exception) { in onSubscriptionGroupChanged()
|
D | PhoneFactory.java | 30 import android.provider.Settings.SettingNotFoundException; 412 } catch (SettingNotFoundException retrySnfe) { in calculatePreferredNetworkType() 434 } catch (SettingNotFoundException snfe) { in isSMSPromptEnabled()
|
D | SubscriptionInfoUpdater.java | 42 import android.provider.Settings.SettingNotFoundException; 512 } catch (SettingNotFoundException retrySnfe) { in handleSimLoaded()
|
/frameworks/base/core/java/android/security/ |
D | ConfirmationPrompt.java | 23 import android.provider.Settings.SettingNotFoundException; 227 } catch (SettingNotFoundException e) { in getUiOptionsAsFlags() 242 } catch (SettingNotFoundException e) { in isAccessibilityServiceRunning()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiSettingsStore.java | 202 } catch (Settings.SettingNotFoundException e) { in getWifiSavedState() 212 } catch (Settings.SettingNotFoundException e) { in getPersistedWifiState()
|
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/test/ |
D | FakeSettingsProviderTest.java | 53 } catch (Settings.SettingNotFoundException expected) {} in testBasicOperation()
|
/frameworks/base/services/core/java/com/android/server/timedetector/ |
D | TimeDetectorStrategyCallbackImpl.java | 78 } catch (Settings.SettingNotFoundException snfe) { in isTimeDetectionEnabled()
|
/frameworks/base/core/java/android/provider/ |
D | Settings.java | 2132 public static class SettingNotFoundException extends AndroidException { class in Settings 2133 public SettingNotFoundException(String msg) { in SettingNotFoundException() method in Settings.SettingNotFoundException 2771 throws SettingNotFoundException { in getInt() 2778 throws SettingNotFoundException { in getIntForUser() 2783 throw new SettingNotFoundException(name); in getIntForUser() 2860 throws SettingNotFoundException { in getLong() 2866 throws SettingNotFoundException { in getLongForUser() 2871 throw new SettingNotFoundException(name); in getLongForUser() 2946 throws SettingNotFoundException { in getFloat() 2952 throws SettingNotFoundException { in getFloatForUser() [all …]
|
/frameworks/base/core/java/android/nfc/cardemulation/ |
D | CardEmulation.java | 33 import android.provider.Settings.SettingNotFoundException; 273 } catch (SettingNotFoundException e) { in categoryAllowsForegroundPreference()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/ |
D | InputMethodAndSubtypeUtilCompat.java | 27 import android.provider.Settings.SettingNotFoundException; 96 } catch (SettingNotFoundException e) { in getInputMethodSubtypeSelected()
|
D | InputMethodAndSubtypeUtil.java | 27 import android.provider.Settings.SettingNotFoundException; 96 } catch (SettingNotFoundException e) { in getInputMethodSubtypeSelected()
|
/frameworks/base/media/java/android/media/soundtrigger/ |
D | SoundTriggerManager.java | 363 } catch (Settings.SettingNotFoundException e) { in getDetectionServiceOperationsTimeout()
|
/frameworks/base/core/java/android/hardware/input/ |
D | InputManager.java | 39 import android.provider.Settings.SettingNotFoundException; 764 } catch (SettingNotFoundException snfe) { in getPointerSpeed()
|
/frameworks/base/tests/net/java/com/android/server/connectivity/tethering/ |
D | OffloadControllerTest.java | 59 import android.provider.Settings.SettingNotFoundException; 154 } catch (SettingNotFoundException expected) {} in testNoSettingsValueDefaultDisabledDoesNotStart() 174 } catch (SettingNotFoundException expected) {} in testNoSettingsValueDefaultEnabledDoesStart()
|
/frameworks/base/core/java/android/app/ |
D | DownloadManager.java | 46 import android.provider.Settings.SettingNotFoundException; 1258 } catch (SettingNotFoundException exc) { 1341 } catch (SettingNotFoundException exc) {
|
/frameworks/base/services/core/java/com/android/server/ |
D | VibratorService.java | 59 import android.provider.Settings.SettingNotFoundException; 952 } catch (SettingNotFoundException snfe) { in updateInputDeviceVibratorsLocked() 1586 } catch (SettingNotFoundException e) { in checkDoNotDisturb()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 63 import android.provider.Settings.SettingNotFoundException; 1577 } catch (SettingNotFoundException snfe) { in getPointerSpeedSetting() 1622 } catch (SettingNotFoundException snfe) { in getShowTouchesSetting()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | LockTaskController.java | 819 } catch (Settings.SettingNotFoundException e) { in shouldLockKeyguard()
|
/frameworks/base/core/java/android/os/ |
D | GraphicsEnvironment.java | 642 } catch (Settings.SettingNotFoundException | SecurityException e) { in shouldShowAngleInUseDialogBox()
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | PackageManagerTests.java | 52 import android.provider.Settings.SettingNotFoundException; 1181 } catch (SettingNotFoundException e1) { in getDefaultInstallLoc() 1577 } catch (SettingNotFoundException e1) { in getUserSettingSetInstallLocation()
|
/frameworks/base/media/java/android/media/ |
D | MediaScanner.java | 44 import android.provider.Settings.SettingNotFoundException; 1244 } catch (SettingNotFoundException e) {
|
/frameworks/base/config/ |
D | dirty-image-objects | 163 android.provider.Settings$SettingNotFoundException
|