Home
last modified time | relevance | path

Searched refs:successfulAction (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Permission/service/java/com/android/safetycenter/data/
DSafetyEventFix.java97 SafetyCenterIssueActionId successfulAction = possiblySuccessfulActions.valueAt(0); in maybeOverrideSafetyEvent() local
98 SafetyEvent replacement = newActionSucceededEvent(successfulAction); in maybeOverrideSafetyEvent()
/packages/modules/Permission/service/java/com/android/safetycenter/notifications/
DSafetyCenterNotificationSender.java180 SafetySourceIssue.Action successfulAction = in notifyActionSuccess() local
182 if (successfulAction == null) { in notifyActionSuccess()
195 notificationManager, notifiedIssue, successfulAction, userId); in notifyActionSuccess()