Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationUiAdjustmentTest.java120 RemoteInput firstRemoteInput = in needReinflate_differentChoices() local
127 .addRemoteInput(firstRemoteInput) in needReinflate_differentChoices()
147 RemoteInput firstRemoteInput = in needReinflate_differentRemoteInputLabel() local
154 .addRemoteInput(firstRemoteInput) in needReinflate_differentRemoteInputLabel()
173 RemoteInput firstRemoteInput = in needReinflate_negative() local
180 .addRemoteInput(firstRemoteInput).build(); in needReinflate_negative()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationUiAdjustment.java138 RemoteInput firstRemoteInput = first[i]; in areDifferent() local
141 if (!TextUtils.equals(firstRemoteInput.getLabel(), secondRemoteInput.getLabel())) { in areDifferent()
144 if (areDifferent(firstRemoteInput.getChoices(), secondRemoteInput.getChoices())) { in areDifferent()