Searched refs:firstAction (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationUiAdjustmentTest.java | 56 Notification.Action firstAction = in needReinflate_differentLabels() local 62 createUiAdjustmentFromSmartActions("first", Collections.singletonList(firstAction)), in needReinflate_differentLabels() 71 Notification.Action firstAction = in needReinflate_differentIcons() local 78 createUiAdjustmentFromSmartActions("first", Collections.singletonList(firstAction)), in needReinflate_differentIcons() 89 Notification.Action firstAction = in needReinflate_differentPendingIntent() local 97 createUiAdjustmentFromSmartActions("first", Collections.singletonList(firstAction)), in needReinflate_differentPendingIntent() 112 Notification.Action firstAction = in needReinflate_differentChoices() local 122 createUiAdjustmentFromSmartActions("first", Collections.singletonList(firstAction)), in needReinflate_differentChoices() 137 Notification.Action firstAction = in needReinflate_differentRemoteInputLabel() local 147 createUiAdjustmentFromSmartActions("first", Collections.singletonList(firstAction)), in needReinflate_differentRemoteInputLabel() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationUiAdjustment.java | 94 Notification.Action firstAction = first.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/ |
D | NotificationController.java | 180 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/core/java/com/android/internal/widget/ |
D | ConversationLayout.java | 610 View firstAction = mActions.getChildAt(0); in updateActionListPadding() local 611 if (firstAction != null) { in updateActionListPadding() 615 MarginLayoutParams layoutParams = (MarginLayoutParams) firstAction.getLayoutParams(); in updateActionListPadding()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | SmartReplyViewTest.java | 970 Button firstAction = ((Button) mView.getChildAt(1)); in testMeasure_choicesAndActionsPrioritizeActions() local
|