Home
last modified time | relevance | path

Searched refs:textInputs (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java2151 List<RemoteInput> textInputs = new ArrayList<>(); in build() local
2157 textInputs.add(input); in build()
2166 RemoteInput[] textInputsArr = textInputs.isEmpty() in build()
2167 ? null : textInputs.toArray(new RemoteInput[textInputs.size()]); in build()