Home
last modified time | relevance | path

Searched refs:firstAction (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationUiAdjustmentTest.java55 Notification.Action firstAction = in needReinflate_differentLabels() local
61 createUiAdjustmentFromSmartActions("first", Collections.singletonList(firstAction)), in needReinflate_differentLabels()
70 Notification.Action firstAction = in needReinflate_differentIcons() local
77 createUiAdjustmentFromSmartActions("first", Collections.singletonList(firstAction)), in needReinflate_differentIcons()
88 Notification.Action firstAction = in needReinflate_differentPendingIntent() local
96 createUiAdjustmentFromSmartActions("first", Collections.singletonList(firstAction)), in needReinflate_differentPendingIntent()
111 Notification.Action firstAction = in needReinflate_differentChoices() local
121 createUiAdjustmentFromSmartActions("first", Collections.singletonList(firstAction)), in needReinflate_differentChoices()
136 Notification.Action firstAction = in needReinflate_differentRemoteInputLabel() local
146 createUiAdjustmentFromSmartActions("first", Collections.singletonList(firstAction)), in needReinflate_differentRemoteInputLabel()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationUiAdjustment.java87 Notification.Action firstAction = first.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.java180 private void createNotification(@NonNull PrintJobInfo printJob, @Nullable Action firstAction, in createNotification() argument
193 if (firstAction != null) { in createNotification()
194 builder.addAction(firstAction); in createNotification()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSmartReplyViewTest.java956 Button firstAction = ((Button) mView.getChildAt(1)); in testMeasure_choicesAndActionsPrioritizeActions() local