Searched refs:secondAction (Results 1 – 3 of 3) sorted by relevance
57 Notification.Action secondAction = in needReinflate_differentLabels() local62 … createUiAdjustmentFromSmartActions("second", Collections.singletonList(secondAction)))) in needReinflate_differentLabels()72 Notification.Action secondAction = in needReinflate_differentIcons() local78 … createUiAdjustmentFromSmartActions("second", Collections.singletonList(secondAction)))) in needReinflate_differentIcons()91 Notification.Action secondAction = in needReinflate_differentPendingIntent() local97 … createUiAdjustmentFromSmartActions("second", Collections.singletonList(secondAction)))) in needReinflate_differentPendingIntent()115 Notification.Action secondAction = in needReinflate_differentChoices() local122 … createUiAdjustmentFromSmartActions("second", Collections.singletonList(secondAction)))) in needReinflate_differentChoices()140 Notification.Action secondAction = in needReinflate_differentRemoteInputLabel() local147 … createUiAdjustmentFromSmartActions("second", Collections.singletonList(secondAction)))) in needReinflate_differentRemoteInputLabel()[all …]
88 Notification.Action secondAction = second.get(i); in areDifferent() local90 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()
181 @Nullable Action secondAction) { in createNotification() argument197 if (secondAction != null) { in createNotification()198 builder.addAction(secondAction); in createNotification()