Searched defs:validator (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecMessageValidator.java57 public ValidationInfo(ParameterValidator validator, int type) { argument
58 parameterValidator = validator;
189 private void addValidationInfo(int opcode, ParameterValidator validator, int addrType) { argument
190 mValidationInfo.append(opcode, new ValidationInfo(validator, addrType));
/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeFiltering.java79 UserHandle userHandle, Bundle extras, ValidateNotificationPeople validator,
86 if (validator != null) {
87 final float contactAffinity = validator.getContactAffinity(userHandle, extras,
78 matchesCallFilter(Context context, int zen, ZenModeConfig config, UserHandle userHandle, Bundle extras, ValidateNotificationPeople validator, int contactsTimeoutMs, float timeoutAffinity) argument
H A DZenModeHelper.java119 ValidateNotificationPeople validator, int contactsTimeoutMs, float timeoutAffinity) {
121 validator, contactsTimeoutMs, timeoutAffinity);
118 matchesCallFilter(UserHandle userHandle, Bundle extras, ValidateNotificationPeople validator, int contactsTimeoutMs, float timeoutAffinity) argument
/frameworks/base/core/java/android/widget/
H A DAutoCompleteTextView.java1152 * Sets the validator used to perform text validation.
1154 * @param validator The validator used to validate the text entered in this widget.
1159 public void setValidator(Validator validator) { argument
1160 mValidator = validator;
1175 * If a validator was set on this view and the current string is not valid,
1176 * ask the validator to fix it.
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java1279 // Try fixing up the entry using the validator.
1283 // protect against the case of a validator with a null
1294 // by the validator. In this case, just use the original
1326 public void setValidator(Validator validator) { argument
1327 mValidator = validator;
1328 super.setValidator(validator);

Completed in 143 milliseconds