Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationUiAdjustmentTest.java109 RemoteInput secondRemoteInput = in needReinflate_differentChoices() local
118 .addRemoteInput(secondRemoteInput) in needReinflate_differentChoices()
134 RemoteInput secondRemoteInput = in needReinflate_differentRemoteInputLabel() local
143 .addRemoteInput(secondRemoteInput) in needReinflate_differentRemoteInputLabel()
158 RemoteInput secondRemoteInput = in needReinflate_negative() local
166 .addRemoteInput(secondRemoteInput).build(); in needReinflate_negative()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationUiAdjustment.java139 RemoteInput secondRemoteInput = second[i]; in areDifferent() local
141 if (!TextUtils.equals(firstRemoteInput.getLabel(), secondRemoteInput.getLabel())) { in areDifferent()
144 if (areDifferent(firstRemoteInput.getChoices(), secondRemoteInput.getChoices())) { in areDifferent()