Searched refs:getSafetySourceIssue (Results 1 – 9 of 9) sorted by relevance
229 int topSeverity = topIssue.getSafetySourceIssue().getSeverityLevel();235 && issueInfo.getSafetySourceIssue().getSeverityLevel() <= topSeverity) {249 issueInfo.getSafetySourceIssue().getSeverityLevel())) {264 issueInfo.getSafetySourceIssue().getSeverityLevel())) {317 String deduplicationId = issueInfo.getSafetySourceIssue().getDeduplicationId();
482 public SafetySourceIssue getSafetySourceIssue(SafetyCenterIssueKey safetyCenterIssueKey) { in getSafetySourceIssue() method in SafetyCenterDataManager483 return mSafetySourceDataRepository.getSafetySourceIssue(safetyCenterIssueKey); in getSafetySourceIssue()556 getSafetySourceIssue(safetyCenterIssueKey), in processSafetyEvent()
266 right.getSafetySourceIssue().getSeverityLevel(), in compare()267 left.getSafetySourceIssue().getSeverityLevel()); in compare()
216 SafetySourceIssue getSafetySourceIssue(SafetyCenterIssueKey safetyCenterIssueKey) { in getSafetySourceIssue() method in SafetySourceDataRepository251 getSafetySourceIssue(safetyCenterIssueActionId.getSafetyCenterIssueKey()); in getSafetySourceIssueAction()
205 issueInfo.getSafetySourceIssue(), in assembleSafetyCenterData()211 issueInfo.getSafetySourceIssue().getSeverityLevel())) { in assembleSafetyCenterData()217 issueInfo.getSafetySourceIssue().getSeverityLevel())); in assembleSafetyCenterData()221 if (isTip(issueInfo.getSafetySourceIssue())) { in assembleSafetyCenterData()223 } else if (isAutomatic(issueInfo.getSafetySourceIssue())) { in assembleSafetyCenterData()1109 int issueCategory = topNonDismissedIssueInfo.getSafetySourceIssue().getIssueCategory(); in getStatusTitleFromIssueCategories()1151 } else if (isTip(topNonDismissedIssue.getSafetySourceIssue())) { in getSafetyCenterStatusSummary()1154 } else if (isAutomatic(topNonDismissedIssue.getSafetySourceIssue())) { in getSafetyCenterStatusSummary()
65 public SafetySourceIssue getSafetySourceIssue() { in getSafetySourceIssue() method in SafetySourceIssueInfo
544 mSafetyCenterDataManager.getSafetySourceIssue(safetyCenterIssueKey); in dismissSafetyCenterIssue()992 mSafetyCenterDataManager.getSafetySourceIssue( in run()
208 dismissedIssue = mSafetyCenterDataManager.getSafetySourceIssue(issueKey); in onNotificationDismissed()237 issue = mSafetyCenterDataManager.getSafetySourceIssue(issueKey); in logNotificationActionClicked()
297 SafetySourceIssue issue = issueInfo.getSafetySourceIssue(); in getIssuesToNotify()