Searched refs:getCustomNotification (Results 1 – 5 of 5) sorted by relevance
45 if (SdkLevel.isAtLeastU() && issue.getCustomNotification() != null) { in findAction()46 action = findAction(issue.getCustomNotification().getActions(), actionId); in findAction()76 && issue.getCustomNotification() != null in isPrimaryAction()77 && matchesFirst(issue.getCustomNotification().getActions(), actionId); in isPrimaryAction()
143 issue.getCustomNotification(), actionsToOverride, defaultIntent)); in maybeOverrideActionsWithDefaultIntent()
142 SafetySourceIssue.Notification customNotification = issue.getCustomNotification(); in newNotificationForIssue()
420 public Notification getCustomNotification() { in getCustomNotification() method in SafetySourceIssue
415 …ethod @Nullable public android.safetycenter.SafetySourceIssue.Notification getCustomNotification();