/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/settings/ |
H A D | SettingsProxy.java | 276 default int getInt(String name) throws Settings.SettingNotFoundException { in getInt() 282 throws Settings.SettingNotFoundException { in getIntForUser() 287 throw new Settings.SettingNotFoundException(name); in getIntForUser() 356 default long getLong(String name) throws Settings.SettingNotFoundException { in getLong() 362 throws Settings.SettingNotFoundException { in getLongForUser() 367 throw new Settings.SettingNotFoundException(name); in getLongForUser() 436 default float getFloat(String name) throws Settings.SettingNotFoundException { in getFloat() 442 throws Settings.SettingNotFoundException { in getFloatForUser() 445 throw new Settings.SettingNotFoundException(name); in getFloatForUser() 450 throw new Settings.SettingNotFoundException(name); in getFloatForUser()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/development/autofill/ |
H A D | AutofillTestingHelper.java | 22 import android.provider.Settings.SettingNotFoundException; 43 public int getLoggingLevel() throws SettingNotFoundException { in getLoggingLevel() 47 public int getMaxPartitionsSize() throws SettingNotFoundException { in getMaxPartitionsSize() 51 public int getMaxVisibleDatasets() throws SettingNotFoundException { in getMaxVisibleDatasets() 59 private int getGlobal(String key) throws SettingNotFoundException { in getGlobal()
|
/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/development/autofill/ |
H A D | AutofillTestingHelper.java | 22 import android.provider.Settings.SettingNotFoundException; 43 public int getLoggingLevel() throws SettingNotFoundException { in getLoggingLevel() 47 public int getMaxPartitionsSize() throws SettingNotFoundException { in getMaxPartitionsSize() 51 public int getMaxVisibleDatasets() throws SettingNotFoundException { in getMaxVisibleDatasets() 59 private int getGlobal(String key) throws SettingNotFoundException { in getGlobal()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | GlobalSettingsHelper.java | 21 import android.provider.Settings.SettingNotFoundException; 54 throws SettingNotFoundException { in getBoolean() 69 } catch (SettingNotFoundException exception) { in setInt()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/privacy/ |
H A D | EnableContentCapturePreferenceControllerTest.java | 27 import android.provider.Settings.SettingNotFoundException; 93 private void setProperty(int newValue) throws SettingNotFoundException { in setProperty() 98 private void assertProperty(int expectedValue) throws SettingNotFoundException { in assertProperty()
|
H A D | ShowClipAccessNotificationPreferenceControllerTest.java | 26 import android.provider.Settings.SettingNotFoundException; 136 private void assertProperty(int expectedValue) throws SettingNotFoundException { in assertProperty()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/development/ |
H A D | SimulateColorSpacePreferenceControllerTest.java | 78 throws Settings.SettingNotFoundException { in onPreferenceChange_disabledSelected_shouldTurnOffPreference() 89 throws Settings.SettingNotFoundException { in onPreferenceChange_monochromacySelected_shouldEnableAndSelectPreference() 139 throws Settings.SettingNotFoundException { in onDeveloperOptionsSwitchDisabled_notControlledByDevOptions_shouldDisableAndReset() 154 throws Settings.SettingNotFoundException { in onDeveloperOptionsSwitchDisabled_controlledByDevOptions_shouldDisableAndNotReset()
|
/aosp12/packages/services/Telephony/sip/src/com/android/services/telephony/sip/ |
H A D | SipPreferences.java | 23 import android.provider.Settings.SettingNotFoundException; 69 } catch (SettingNotFoundException e) { in isReceivingCallsEnabled()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/preference/ |
H A D | ContactsPreferences.java | 28 import android.provider.Settings.SettingNotFoundException; 359 } catch (SettingNotFoundException e) { in maybeMigrateSystemSettings() 369 } catch (SettingNotFoundException e) { in maybeMigrateSystemSettings() 379 } catch (SettingNotFoundException e) { in maybeMigrateSystemSettings()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/quicksettings/ |
H A D | BrightnessTile.java | 27 import android.provider.Settings.SettingNotFoundException; 86 } catch (SettingNotFoundException e) { in getCurrent()
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/ |
H A D | GoogleLocationSettingHelper.java | 27 import android.provider.Settings.SettingNotFoundException; 110 } catch (SettingNotFoundException e) { in isSystemLocationSettingEnabled()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
H A D | ImportantNoticeUtils.java | 23 import android.provider.Settings.SettingNotFoundException; 65 } catch (final SettingNotFoundException e) { in isInSystemSetupWizard()
|
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/display/ |
H A D | BrightnessLevelPreferenceControllerTest.java | 154 throws Settings.SettingNotFoundException, InterruptedException { in testHandlePreferenceChanged_minValue() 166 throws Settings.SettingNotFoundException, InterruptedException { in testHandlePreferenceChanged_maxValue() 178 throws Settings.SettingNotFoundException, InterruptedException { in testHandlePreferenceChanged_midValue()
|
/aosp12/frameworks/base/core/java/android/security/ |
H A D | ConfirmationPrompt.java | 23 import android.provider.Settings.SettingNotFoundException; 242 } catch (SettingNotFoundException e) { in isAccessibilityServiceRunning()
|
/aosp12/packages/apps/Settings/src/com/android/settings/nfc/ |
H A D | PaymentBackend.java | 32 import android.provider.Settings.SettingNotFoundException; 146 } catch (SettingNotFoundException e) { in isForegroundMode()
|
/aosp12/packages/services/Car/service/src/com/android/car/systeminterface/ |
H A D | DisplayInterface.java | 38 import android.provider.Settings.SettingNotFoundException; 179 } catch (SettingNotFoundException e) { in refreshDisplayBrightness()
|
/aosp12/frameworks/base/core/tests/utiltests/src/com/android/internal/util/test/ |
H A D | FakeSettingsProviderTest.java | 53 } catch (Settings.SettingNotFoundException expected) {} in testBasicOperation()
|
/aosp12/frameworks/base/core/java/android/provider/ |
H A D | Settings.java | 3644 throws SettingNotFoundException { in getInt() 3651 throws SettingNotFoundException { in getIntForUser() 3733 throws SettingNotFoundException { in getLong() 3739 throws SettingNotFoundException { in getLongForUser() 3819 throws SettingNotFoundException { in getFloat() 3825 throws SettingNotFoundException { in getFloatForUser() 6099 throws SettingNotFoundException { in getInt() 6105 throws SettingNotFoundException { in getIntForUser() 6188 throws SettingNotFoundException { in getLong() 6194 throws SettingNotFoundException { in getLongForUser() [all …]
|
/aosp12/packages/apps/SpareParts/src/com/android/spare_parts/ |
H A D | SpareParts.java | 38 import android.provider.Settings.SettingNotFoundException; 240 } catch (SettingNotFoundException e) { in readEndButtonPreference()
|
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
H A D | SettingsFacade.java | 90 } catch (Settings.SettingNotFoundException e) { in isDeferredSetup()
|
/aosp12/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
H A D | PreferredServices.java | 36 import android.provider.Settings.SettingNotFoundException; 142 } catch (SettingNotFoundException e) { in loadDefaultsFromSettings()
|
/aosp12/frameworks/base/services/uwb/java/com/android/server/uwb/ |
H A D | UwbInjector.java | 93 } catch (Settings.SettingNotFoundException e) { in isPersistedUwbStateEnabled()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/log/ |
H A D | LogcatEchoTrackerDebug.kt | 106 } catch (_: Settings.SettingNotFoundException) {
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/qc/ |
H A D | BrightnessSlider.java | 95 } catch (Settings.SettingNotFoundException e) { in getSeekbarValue()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | WifiSettingsStore.java | 176 } catch (Settings.SettingNotFoundException e) { in getPersistedWifiState()
|