Home
last modified time | relevance | path

Searched refs:NULLABLE_COMPONENT_NAME_VALIDATOR (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/packages/SettingsProvider/test/src/android/provider/settings/validators/
H A DSettingsValidatorsTest.java100 assertTrue(SettingsValidators.NULLABLE_COMPONENT_NAME_VALIDATOR.validate( in testNullableComponentNameValidator_onValidComponentName_returnsTrue()
106 assertFalse(SettingsValidators.NULLABLE_COMPONENT_NAME_VALIDATOR.validate( in testNullableComponentNameValidator_onInvalidComponentName_returnsFalse()
112 assertTrue(SettingsValidators.NULLABLE_COMPONENT_NAME_VALIDATOR.validate(null)); in testNullableComponentNameValidator_onNullValue_returnsTrue()
/aosp12/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
H A DSettingsValidators.java107 public static final Validator NULLABLE_COMPONENT_NAME_VALIDATOR = new Validator() { field in SettingsValidators
H A DSecureSettingsValidators.java30 …t static android.provider.settings.validators.SettingsValidators.NULLABLE_COMPONENT_NAME_VALIDATOR;
63 VALIDATORS.put(Secure.AUTOFILL_SERVICE, NULLABLE_COMPONENT_NAME_VALIDATOR); in VALIDATORS.put() argument
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt46417 Landroid/provider/SettingsValidators;->NULLABLE_COMPONENT_NAME_VALIDATOR:Landroid/provider/Settings…