Searched refs:notificationBehavior (Results 1 – 3 of 3) sorted by relevance
326 int notificationBehavior = issue.getNotificationBehavior(); in getBehavior() local327 switch (notificationBehavior) { in getBehavior()339 "Unexpected SafetySourceIssue.NotificationBehavior: " + notificationBehavior); in getBehavior()
277 @NotificationBehavior int notificationBehavior, in SafetySourceIssue() argument291 this.mNotificationBehavior = notificationBehavior; in SafetySourceIssue()1369 public Builder setNotificationBehavior(@NotificationBehavior int notificationBehavior) { in setNotificationBehavior() argument1374 mNotificationBehavior = validateNotificationBehavior(notificationBehavior); in setNotificationBehavior()
1044 assertThat(safetySourceIssue.notificationBehavior) in getNotificationBehavior_withDefaultBuilder_returnsUnspecified()1063 assertThat(safetySourceIssue.notificationBehavior) in getNotificationBehavior_whenSetExplicitly_returnsSpecifiedBehavior()1081 assertFails { safetySourceIssue.notificationBehavior } in getNotificationBehavior_withVersionLessThanU_throws()