Searched refs:getSafetySourceIssueId (Results 1 – 11 of 11) sorted by relevance
82 .getSafetySourceIssueId(); in maybeOverrideSafetyEvent()114 .setSafetySourceIssueId(actionId.getSafetyCenterIssueKey().getSafetySourceIssueId()) in newActionSucceededEvent()
230 if (safetyCenterIssueKey.getSafetySourceIssueId().equals(safetySourceIssue.getId())) { in getSafetySourceIssue()
530 String safetySourceIssueId = safetyEvent.getSafetySourceIssueId(); in processSafetyEvent()
268 !safetySourceIssueIds.contains(issueKey.getSafetySourceIssueId()); in updateIssuesForSource()
92 + safetyCenterIssueKey.getSafetySourceIssueId() in toUserFriendlyString()
162 public String getSafetySourceIssueId() { in getSafetySourceIssueId() method in SafetyEvent
281 val safetySourceIssueId = getSafetySourceIssueId(componentName) in createSafetySourceIssue()416 intent.putExtra(EXTRA_SAFETY_SOURCE_ISSUE_ID, getSafetySourceIssueId(componentName)) in getSafetyCenterActivityIntent()429 private fun getSafetySourceIssueId(componentName: ComponentName): String { in getSafetySourceIssueId() method
202 intent.putExtra(EXTRA_SAFETY_SOURCE_ISSUE_ID, issueKey.getSafetySourceIssueId()); in newSafetyCenterPendingIntent()
156 String sourceIssueId = safetyEvent.getSafetySourceIssueId(); in notifyActionSuccess()
567 + safetyCenterIssueKey.getSafetySourceIssueId() in dismissSafetyCenterIssue()
358 method @Nullable public String getSafetySourceIssueId();