Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/
DAugmentedHelper.java111 assertAutofillValue(expectedFocusedValue, actualFocusedValue); in assertBasicRequestInfo()
114 public static void assertAutofillValue(@NonNull AutofillValue expectedValue, in assertAutofillValue() method in AugmentedHelper
119 assertAutofillValue(expectedValue.getTextValue().toString(), actualValue); in assertAutofillValue()
122 public static void assertAutofillValue(@NonNull String expectedValue, in assertAutofillValue() method in AugmentedHelper