Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DAugmentedHelper.java127 assertAutofillValue(expectedFocusedValue, actualFocusedValue); in assertBasicRequestInfo()
154 public static void assertAutofillValue(@NonNull AutofillValue expectedValue, in assertAutofillValue() method in AugmentedHelper
159 assertAutofillValue(expectedValue.getTextValue().toString(), actualValue); in assertAutofillValue()
162 public static void assertAutofillValue(@NonNull String expectedValue, in assertAutofillValue() method in AugmentedHelper