Home
last modified time | relevance | path

Searched refs:getSafetySourceIssue (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Permission/service/java/com/android/safetycenter/data/
DSafetyCenterIssueDeduplicator.java229 int topSeverity = topIssue.getSafetySourceIssue().getSeverityLevel();
235 && issueInfo.getSafetySourceIssue().getSeverityLevel() <= topSeverity) {
249 issueInfo.getSafetySourceIssue().getSeverityLevel())) {
264 issueInfo.getSafetySourceIssue().getSeverityLevel())) {
317 String deduplicationId = issueInfo.getSafetySourceIssue().getDeduplicationId();
DSafetyCenterDataManager.java482 public SafetySourceIssue getSafetySourceIssue(SafetyCenterIssueKey safetyCenterIssueKey) { in getSafetySourceIssue() method in SafetyCenterDataManager
483 return mSafetySourceDataRepository.getSafetySourceIssue(safetyCenterIssueKey); in getSafetySourceIssue()
556 getSafetySourceIssue(safetyCenterIssueKey), in processSafetyEvent()
DSafetyCenterIssueRepository.java266 right.getSafetySourceIssue().getSeverityLevel(), in compare()
267 left.getSafetySourceIssue().getSeverityLevel()); in compare()
DSafetySourceDataRepository.java216 SafetySourceIssue getSafetySourceIssue(SafetyCenterIssueKey safetyCenterIssueKey) { in getSafetySourceIssue() method in SafetySourceDataRepository
251 getSafetySourceIssue(safetyCenterIssueActionId.getSafetyCenterIssueKey()); in getSafetySourceIssueAction()
/packages/modules/Permission/service/java/com/android/safetycenter/
DSafetyCenterDataFactory.java205 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()
DSafetySourceIssueInfo.java65 public SafetySourceIssue getSafetySourceIssue() { in getSafetySourceIssue() method in SafetySourceIssueInfo
DSafetyCenterService.java544 mSafetyCenterDataManager.getSafetySourceIssue(safetyCenterIssueKey); in dismissSafetyCenterIssue()
992 mSafetyCenterDataManager.getSafetySourceIssue( in run()
/packages/modules/Permission/service/java/com/android/safetycenter/notifications/
DSafetyCenterNotificationReceiver.java208 dismissedIssue = mSafetyCenterDataManager.getSafetySourceIssue(issueKey); in onNotificationDismissed()
237 issue = mSafetyCenterDataManager.getSafetySourceIssue(issueKey); in logNotificationActionClicked()
DSafetyCenterNotificationSender.java297 SafetySourceIssue issue = issueInfo.getSafetySourceIssue(); in getIssuesToNotify()