Searched refs:onlyValue (Results 1 – 1 of 1) sorted by relevance
131 final AutofillValue onlyValue = dataset.getOnlyFieldValue(); in asFillResponse() local132 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()