Searched refs:setNotificationBehavior (Results 1 – 6 of 6) sorted by relevance
164 .setNotificationBehavior(SafetySourceIssue.NOTIFICATION_BEHAVIOR_NEVER) in setSafetySourceData_withNotificationBehaviorNever_noNotification()184 .setNotificationBehavior(SafetySourceIssue.NOTIFICATION_BEHAVIOR_DELAYED) in setSafetySourceData_withNotificationBehaviorDelay_noImmediateNotification()201 .setNotificationBehavior(SafetySourceIssue.NOTIFICATION_BEHAVIOR_DELAYED) in setSafetySourceData_withNotificationBehaviorDelay_sendsNotificationAfterDelay()206 .setNotificationBehavior(SafetySourceIssue.NOTIFICATION_BEHAVIOR_NEVER) in setSafetySourceData_withNotificationBehaviorDelay_sendsNotificationAfterDelay()250 .setNotificationBehavior(SafetySourceIssue.NOTIFICATION_BEHAVIOR_DELAYED) in setSafetySourceData_withNotificationBehaviorDelayOfZero_sendsNotificationImmediately()276 .setNotificationBehavior( in setSafetySourceData_withNotificationBehaviorImmediately_sendsNotification()362 .setNotificationBehavior( in setSafetySourceData_withNotificationsAllowedForSourceByConfig_sendsNotification()
1093 .setNotificationBehavior(SafetySourceIssue.NOTIFICATION_BEHAVIOR_NEVER) in getNotificationBehavior_whenSetExplicitly_returnsSpecifiedBehavior()1135 assertFailsWith(IllegalArgumentException::class) { builder.setNotificationBehavior(-1) } in setNotificationBehavior_withInvalidNotificationBehavior_throwsIllegalArgumentException()1158 safetySourceIssueBuilder.setNotificationBehavior(0) in setNotificationBehavior_withVersionLessThanU_throwsUnsupportedOperationException()1625 .setNotificationBehavior(SafetySourceIssue.NOTIFICATION_BEHAVIOR_DELAYED) in parcelRoundTrip_recreatesEqual_atLeastUpsideDownCake()1667 .setNotificationBehavior(SafetySourceIssue.NOTIFICATION_BEHAVIOR_DELAYED)1688 .setNotificationBehavior(SafetySourceIssue.NOTIFICATION_BEHAVIOR_IMMEDIATELY)1836 .setNotificationBehavior(SafetySourceIssue.NOTIFICATION_BEHAVIOR_NEVER)1892 .setNotificationBehavior(SafetySourceIssue.NOTIFICATION_BEHAVIOR_DELAYED)
76 .setNotificationBehavior(SafetySourceIssue.NOTIFICATION_BEHAVIOR_IMMEDIATELY)
163 .setNotificationBehavior(SafetySourceIssue.NOTIFICATION_BEHAVIOR_DELAYED) in createNoScreenLockIssue()
236 builder.setNotificationBehavior(in.readInt());1356 public Builder setNotificationBehavior(@NotificationBehavior int notificationBehavior) { in setNotificationBehavior() method in SafetySourceIssue.Builder
471 …method @NonNull public android.safetycenter.SafetySourceIssue.Builder setNotificationBehavior(int);