Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationUiAdjustmentTest.java107 RemoteInput firstRemoteInput = in needReinflate_differentChoices() local
114 .addRemoteInput(firstRemoteInput) in needReinflate_differentChoices()
132 RemoteInput firstRemoteInput = in needReinflate_differentRemoteInputLabel() local
139 .addRemoteInput(firstRemoteInput) in needReinflate_differentRemoteInputLabel()
156 RemoteInput firstRemoteInput = in needReinflate_negative() local
163 .addRemoteInput(firstRemoteInput).build(); in needReinflate_negative()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
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()