HomeSort by relevance Sort by last modified time
    Searched refs:sanitizedValue (Results 1 - 2 of 2) sorted by null

  /cts/tests/autofillservice/src/android/autofillservice/cts/
DateValueSanitizerTest.java 82 final AutofillValue sanitizedValue = sanitizer.sanitize(inputValue);
83 final long sanitizedDate = sanitizedValue.getDateValue();
86 assertThat(sanitizedValue).isEqualTo(expectedValue);
  /cts/tests/sensor/src/android/hardware/cts/helpers/
SensorCtsHelper.java 283 String sanitizedValue = value.replaceAll("[^a-zA-Z0-9_\\-]", "_");
284 if (sanitizedValue.matches("_*")) {
289 return sanitizedValue;

Completed in 2518 milliseconds