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