Searched refs:focusedValue (Results 1 – 1 of 1) sorted by relevance
185 final AutofillValue focusedValue = request.getFocusedValue(); in toString() local186 if (focusedValue != null) { in toString()187 string.append(", focusedValue=").append(focusedValue); in toString()