Home
last modified time | relevance | path

Searched refs:SettingNotFoundException (Results 1 – 25 of 70) sorted by relevance

123

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/settings/
H A DSettingsProxy.java276 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 DAutofillTestingHelper.java22 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 DAutofillTestingHelper.java22 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 DGlobalSettingsHelper.java21 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 DEnableContentCapturePreferenceControllerTest.java27 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 DShowClipAccessNotificationPreferenceControllerTest.java26 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 DSimulateColorSpacePreferenceControllerTest.java78 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 DSipPreferences.java23 import android.provider.Settings.SettingNotFoundException;
69 } catch (SettingNotFoundException e) { in isReceivingCallsEnabled()
/aosp12/packages/apps/Contacts/src/com/android/contacts/preference/
H A DContactsPreferences.java28 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 DBrightnessTile.java27 import android.provider.Settings.SettingNotFoundException;
86 } catch (SettingNotFoundException e) { in getCurrent()
/aosp12/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
H A DGoogleLocationSettingHelper.java27 import android.provider.Settings.SettingNotFoundException;
110 } catch (SettingNotFoundException e) { in isSystemLocationSettingEnabled()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DImportantNoticeUtils.java23 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 DBrightnessLevelPreferenceControllerTest.java154 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 DConfirmationPrompt.java23 import android.provider.Settings.SettingNotFoundException;
242 } catch (SettingNotFoundException e) { in isAccessibilityServiceRunning()
/aosp12/packages/apps/Settings/src/com/android/settings/nfc/
H A DPaymentBackend.java32 import android.provider.Settings.SettingNotFoundException;
146 } catch (SettingNotFoundException e) { in isForegroundMode()
/aosp12/packages/services/Car/service/src/com/android/car/systeminterface/
H A DDisplayInterface.java38 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 DFakeSettingsProviderTest.java53 } catch (Settings.SettingNotFoundException expected) {} in testBasicOperation()
/aosp12/frameworks/base/core/java/android/provider/
H A DSettings.java3644 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 DSpareParts.java38 import android.provider.Settings.SettingNotFoundException;
240 } catch (SettingNotFoundException e) { in readEndButtonPreference()
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
H A DSettingsFacade.java90 } catch (Settings.SettingNotFoundException e) { in isDeferredSetup()
/aosp12/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DPreferredServices.java36 import android.provider.Settings.SettingNotFoundException;
142 } catch (SettingNotFoundException e) { in loadDefaultsFromSettings()
/aosp12/frameworks/base/services/uwb/java/com/android/server/uwb/
H A DUwbInjector.java93 } catch (Settings.SettingNotFoundException e) { in isPersistedUwbStateEnabled()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/log/
H A DLogcatEchoTrackerDebug.kt106 } catch (_: Settings.SettingNotFoundException) {
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/qc/
H A DBrightnessSlider.java95 } catch (Settings.SettingNotFoundException e) { in getSeekbarValue()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiSettingsStore.java176 } catch (Settings.SettingNotFoundException e) { in getPersistedWifiState()

123