Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/
DAugmentedHelper.java160 final AutofillValue focusedValue = request.getFocusedValue(); in toString() local
161 if (focusedValue != null) { in toString()
162 string.append(", focusedValue=").append(focusedValue); in toString()