Searched refs:textInputs (Results 1 – 1 of 1) sorted by relevance
1770 List<RemoteInput> textInputs = new ArrayList<>(); in build() local1776 textInputs.add(input); in build()1785 RemoteInput[] textInputsArr = textInputs.isEmpty() in build()1786 ? null : textInputs.toArray(new RemoteInput[textInputs.size()]); in build()