Searched refs:secondAction (Results 1 – 3 of 3) sorted by relevance
64 Notification.Action secondAction = in needReinflate_differentLabels() local69 … createUiAdjustmentFromSmartActions("second", Collections.singletonList(secondAction)))) in needReinflate_differentLabels()82 Notification.Action secondAction = in needReinflate_differentIcons() local88 … createUiAdjustmentFromSmartActions("second", Collections.singletonList(secondAction)))) in needReinflate_differentIcons()105 Notification.Action secondAction = in needReinflate_differentPendingIntent() local111 … createUiAdjustmentFromSmartActions("second", Collections.singletonList(secondAction)))) in needReinflate_differentPendingIntent()132 Notification.Action secondAction = in needReinflate_differentChoices() local139 … createUiAdjustmentFromSmartActions("second", Collections.singletonList(secondAction)))) in needReinflate_differentChoices()160 Notification.Action secondAction = in needReinflate_differentRemoteInputLabel() local186 Notification.Action secondAction = in needReinflate_negative() local[all …]
95 Notification.Action secondAction = second.get(i); in areDifferent() local97 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()
181 @Nullable Action secondAction) { in createNotification() argument197 if (secondAction != null) { in createNotification()198 builder.addAction(secondAction); in createNotification()