Searched refs:NULLABLE_COMPONENT_NAME_VALIDATOR (Results 1 – 3 of 3) sorted by relevance
97 assertTrue(SettingsValidators.NULLABLE_COMPONENT_NAME_VALIDATOR.validate( in testNullableComponentNameValidator_onValidComponentName_returnsTrue()103 assertFalse(SettingsValidators.NULLABLE_COMPONENT_NAME_VALIDATOR.validate( in testNullableComponentNameValidator_onInvalidComponentName_returnsFalse()109 assertTrue(SettingsValidators.NULLABLE_COMPONENT_NAME_VALIDATOR.validate(null)); in testNullableComponentNameValidator_onNullValue_returnsTrue()
99 public static final Validator NULLABLE_COMPONENT_NAME_VALIDATOR = new Validator() { field in SettingsValidators
26 import static android.provider.SettingsValidators.NULLABLE_COMPONENT_NAME_VALIDATOR;5859 NULLABLE_COMPONENT_NAME_VALIDATOR;6451 NULLABLE_COMPONENT_NAME_VALIDATOR;