Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationUiAdjustmentTest.java57 Notification.Action secondAction = in needReinflate_differentLabels() local
62 … createUiAdjustmentFromSmartActions("second", Collections.singletonList(secondAction)))) in needReinflate_differentLabels()
72 Notification.Action secondAction = in needReinflate_differentIcons() local
78 … createUiAdjustmentFromSmartActions("second", Collections.singletonList(secondAction)))) in needReinflate_differentIcons()
91 Notification.Action secondAction = in needReinflate_differentPendingIntent() local
97 … createUiAdjustmentFromSmartActions("second", Collections.singletonList(secondAction)))) in needReinflate_differentPendingIntent()
115 Notification.Action secondAction = in needReinflate_differentChoices() local
122 … createUiAdjustmentFromSmartActions("second", Collections.singletonList(secondAction)))) in needReinflate_differentChoices()
140 Notification.Action secondAction = in needReinflate_differentRemoteInputLabel() local
147 … createUiAdjustmentFromSmartActions("second", Collections.singletonList(secondAction)))) in needReinflate_differentRemoteInputLabel()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationUiAdjustment.java88 Notification.Action secondAction = second.get(i); in areDifferent() local
90 if (!TextUtils.equals(firstAction.title, secondAction.title)) { in areDifferent()
94 if (areDifferent(firstAction.getIcon(), secondAction.getIcon())) { in areDifferent()
98 if (!Objects.equals(firstAction.actionIntent, secondAction.actionIntent)) { in areDifferent()
102 if (areDifferent(firstAction.getRemoteInputs(), secondAction.getRemoteInputs())) { in areDifferent()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DNotificationController.java181 @Nullable Action secondAction) { in createNotification() argument
197 if (secondAction != null) { in createNotification()
198 builder.addAction(secondAction); in createNotification()