/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 | PhoneFactory.java | 35 import android.provider.Settings.SettingNotFoundException; 425 } catch (SettingNotFoundException retrySnfe) { in calculatePreferredNetworkType() 447 } catch (SettingNotFoundException snfe) { in isSMSPromptEnabled()
|
D | MultiSimSettingController.java | 43 import android.provider.Settings.SettingNotFoundException; 449 } catch (SettingNotFoundException exception) { in onSubscriptionGroupChanged() 461 } catch (SettingNotFoundException exception) { in onSubscriptionGroupChanged()
|
D | SubscriptionInfoUpdater.java | 40 import android.provider.Settings.SettingNotFoundException; 553 } catch (SettingNotFoundException retrySnfe) { in handleSimLoaded()
|
/frameworks/base/core/java/android/security/ |
D | ConfirmationPrompt.java | 23 import android.provider.Settings.SettingNotFoundException; 238 } catch (SettingNotFoundException e) { in isAccessibilityServiceRunning()
|
/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/provider/ |
D | Settings.java | 2488 public static class SettingNotFoundException extends AndroidException { class in Settings 2489 public SettingNotFoundException(String msg) { in SettingNotFoundException() method in Settings.SettingNotFoundException 3330 throws SettingNotFoundException { in getInt() 3337 throws SettingNotFoundException { in getIntForUser() 3342 throw new SettingNotFoundException(name); in getIntForUser() 3419 throws SettingNotFoundException { in getLong() 3425 throws SettingNotFoundException { in getLongForUser() 3430 throw new SettingNotFoundException(name); in getLongForUser() 3505 throws SettingNotFoundException { in getFloat() 3511 throws SettingNotFoundException { in getFloatForUser() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
D | WindowMagnification.java | 82 } catch (Settings.SettingNotFoundException e) { in updateWindowMagnification()
|
/frameworks/base/services/core/java/com/android/server/timedetector/ |
D | TimeDetectorStrategyCallbackImpl.java | 76 } catch (Settings.SettingNotFoundException snfe) { in isAutoTimeDetectionEnabled()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/ |
D | VendorMultiSimSettingController.java | 21 import android.provider.Settings.SettingNotFoundException;
|
D | VendorSubscriptionController.java | 30 import android.provider.Settings.SettingNotFoundException; 373 } catch (SettingNotFoundException snfe) { in isSmsPromptEnabled()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/log/ |
D | LogcatEchoTrackerDebug.kt | 106 } catch (_: Settings.SettingNotFoundException) { in readSetting()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiSettingsStore.java | 156 } catch (Settings.SettingNotFoundException e) { in getPersistedWifiState()
|
/frameworks/base/core/java/android/nfc/cardemulation/ |
D | CardEmulation.java | 34 import android.provider.Settings.SettingNotFoundException; 274 } 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/core/java/android/hardware/input/ |
D | InputManager.java | 42 import android.provider.Settings.SettingNotFoundException; 785 } catch (SettingNotFoundException snfe) { in getPointerSpeed()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/emergency/ |
D | EmergencyAffordanceServiceTest.java | 482 } catch (Settings.SettingNotFoundException e) { in verifyEmergencyAffordanceNeededSettings()
|
/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | OffloadControllerTest.java | 71 import android.provider.Settings.SettingNotFoundException; 184 assertThrows(SettingNotFoundException.class, () -> in testNoSettingsValueDefaultDisabledDoesNotStart() 202 assertThrows(SettingNotFoundException.class, () -> in testNoSettingsValueDefaultEnabledDoesStart()
|
/frameworks/base/media/java/android/media/soundtrigger/ |
D | SoundTriggerManager.java | 424 } catch (Settings.SettingNotFoundException e) { in getDetectionServiceOperationsTimeout()
|
/frameworks/base/core/java/android/app/ |
D | DownloadManager.java | 50 import android.provider.Settings.SettingNotFoundException; 1298 } catch (SettingNotFoundException exc) { in getMaxBytesOverMobile() 1381 } catch (SettingNotFoundException exc) { in getRecommendedMaxBytesOverMobile()
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsBackupAgent.java | 1196 } catch (Settings.SettingNotFoundException e) { in updateWindowManagerIfNeeded() 1211 } catch (Settings.SettingNotFoundException e) { in getPreviousDensity() 1216 private int getForcedDensity() throws Settings.SettingNotFoundException { in getForcedDensity()
|
/frameworks/base/packages/WallpaperBackup/src/com/android/wallpaperbackup/ |
D | WallpaperBackupAgent.java | 458 } catch (Settings.SettingNotFoundException e) {
|
/frameworks/base/services/core/java/com/android/server/ |
D | VibratorService.java | 65 import android.provider.Settings.SettingNotFoundException; 1170 } catch (SettingNotFoundException snfe) { in updateInputDeviceVibratorsLocked() 1918 } catch (SettingNotFoundException e) { in checkDoNotDisturb()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 65 import android.provider.Settings.SettingNotFoundException; 1636 } catch (SettingNotFoundException snfe) { in getPointerSpeedSetting() 1709 } catch (SettingNotFoundException snfe) { in getShowTouchesSetting()
|