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