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