Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java3286 RemoteInput[] firstRs = firstAs[i].getRemoteInputs(); in areActionsVisiblyDifferent() local
3288 if (firstRs == null) { in areActionsVisiblyDifferent()
3289 firstRs = new RemoteInput[0]; in areActionsVisiblyDifferent()
3294 if (firstRs.length != secondRs.length) { in areActionsVisiblyDifferent()
3297 for (int j = 0; j < firstRs.length; j++) { in areActionsVisiblyDifferent()
3298 if (!Objects.equals(String.valueOf(firstRs[j].getLabel()), in areActionsVisiblyDifferent()