Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/
DCannedAugmentedFillResponse.java131 final AutofillValue onlyValue = dataset.getOnlyFieldValue(); in asFillResponse() local
132 if (onlyValue != null) { in asFillResponse()
133 Log.i(TAG, "Autofilling only value for " + focusedId + " as " + onlyValue); in asFillResponse()
135 values.add(new Pair<AutofillId, AutofillValue>(focusedId, onlyValue)); in asFillResponse()