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