Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationUiAdjustmentTest.java64 Notification.Action secondAction = in needReinflate_differentLabels() local
69 … createUiAdjustmentFromSmartActions("second", Collections.singletonList(secondAction)))) in needReinflate_differentLabels()
82 Notification.Action secondAction = in needReinflate_differentIcons() local
88 … createUiAdjustmentFromSmartActions("second", Collections.singletonList(secondAction)))) in needReinflate_differentIcons()
105 Notification.Action secondAction = in needReinflate_differentPendingIntent() local
111 … createUiAdjustmentFromSmartActions("second", Collections.singletonList(secondAction)))) in needReinflate_differentPendingIntent()
132 Notification.Action secondAction = in needReinflate_differentChoices() local
139 … createUiAdjustmentFromSmartActions("second", Collections.singletonList(secondAction)))) in needReinflate_differentChoices()
160 Notification.Action secondAction = in needReinflate_differentRemoteInputLabel() local
186 Notification.Action secondAction = in needReinflate_negative() local
[all …]
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationUiAdjustment.java95 Notification.Action secondAction = second.get(i); in areDifferent() local
97 if (!TextUtils.equals(firstAction.title, secondAction.title)) { in areDifferent()
101 if (areDifferent(firstAction.getIcon(), secondAction.getIcon())) { in areDifferent()
105 if (!Objects.equals(firstAction.actionIntent, secondAction.actionIntent)) { in areDifferent()
109 if (areDifferent(firstAction.getRemoteInputs(), secondAction.getRemoteInputs())) { in areDifferent()
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DNotificationController.java181 @Nullable Action secondAction) { in createNotification() argument
197 if (secondAction != null) { in createNotification()
198 builder.addAction(secondAction); in createNotification()