Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java2813 RemoteInput[] firstRs = firstAs[i].getRemoteInputs(); in areActionsVisiblyDifferent() local
2815 if (firstRs == null) { in areActionsVisiblyDifferent()
2816 firstRs = new RemoteInput[0]; in areActionsVisiblyDifferent()
2821 if (firstRs.length != secondRs.length) { in areActionsVisiblyDifferent()
2824 for (int j = 0; j < firstRs.length; j++) { in areActionsVisiblyDifferent()
2825 if (!Objects.equals(String.valueOf(firstRs[j].getLabel()), in areActionsVisiblyDifferent()