Searched refs:customNotification (Results 1 – 5 of 5) sorted by relevance
142 SafetySourceIssue.Notification customNotification = issue.getCustomNotification(); in newNotificationForIssue() local143 if (customNotification != null) { in newNotificationForIssue()144 title = customNotification.getTitle(); in newNotificationForIssue()145 text = customNotification.getText(); in newNotificationForIssue()146 issueActions = customNotification.getActions(); in newNotificationForIssue()
156 final SafetySourceIssue.Notification customNotification = in createNoScreenLockIssue() local170 .setCustomNotification(customNotification) in createNoScreenLockIssue()
276 @Nullable Notification customNotification, in SafetySourceIssue() argument290 this.mCustomNotification = customNotification; in SafetySourceIssue()1348 public Builder setCustomNotification(@Nullable Notification customNotification) { in setCustomNotification() argument1353 mCustomNotification = customNotification; in setCustomNotification()
160 .customNotification!! in defaultActionOverride_notification_overridesMatchingActions()
968 assertThat(safetySourceIssue.customNotification).isNull() in getCustomNotification_withDefaultBuilder_returnsNull()990 assertThat(safetySourceIssue.customNotification) in getCustomNotification_whenSetExplicitly_returnsCustomNotification()1012 assertFails { safetySourceIssue.customNotification } in getCustomNotification_withVersionLessThanU_throws()