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.java58 Notification.Action secondAction = in needReinflate_differentLabels() local
63 … createUiAdjustmentFromSmartActions("second", Collections.singletonList(secondAction)))) in needReinflate_differentLabels()
73 Notification.Action secondAction = in needReinflate_differentIcons() local
79 … createUiAdjustmentFromSmartActions("second", Collections.singletonList(secondAction)))) in needReinflate_differentIcons()
92 Notification.Action secondAction = in needReinflate_differentPendingIntent() local
98 … createUiAdjustmentFromSmartActions("second", Collections.singletonList(secondAction)))) in needReinflate_differentPendingIntent()
116 Notification.Action secondAction = in needReinflate_differentChoices() local
123 … createUiAdjustmentFromSmartActions("second", Collections.singletonList(secondAction)))) in needReinflate_differentChoices()
141 Notification.Action secondAction = in needReinflate_differentRemoteInputLabel() local
148 … createUiAdjustmentFromSmartActions("second", Collections.singletonList(secondAction)))) in needReinflate_differentRemoteInputLabel()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
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()
/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()