Searched refs:secondAction (Results 1 – 3 of 3) sorted by relevance
58 Notification.Action secondAction = in needReinflate_differentLabels() local63 … createUiAdjustmentFromSmartActions("second", Collections.singletonList(secondAction)))) in needReinflate_differentLabels()73 Notification.Action secondAction = in needReinflate_differentIcons() local79 … createUiAdjustmentFromSmartActions("second", Collections.singletonList(secondAction)))) in needReinflate_differentIcons()92 Notification.Action secondAction = in needReinflate_differentPendingIntent() local98 … createUiAdjustmentFromSmartActions("second", Collections.singletonList(secondAction)))) in needReinflate_differentPendingIntent()116 Notification.Action secondAction = in needReinflate_differentChoices() local123 … createUiAdjustmentFromSmartActions("second", Collections.singletonList(secondAction)))) in needReinflate_differentChoices()141 Notification.Action secondAction = in needReinflate_differentRemoteInputLabel() local148 … createUiAdjustmentFromSmartActions("second", Collections.singletonList(secondAction)))) in needReinflate_differentRemoteInputLabel()[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()