Home
last modified time | relevance | path

Searched refs:clearForUser (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Permission/service/java/com/android/safetycenter/data/
DSafetyCenterDataManager.java305 public void clearForUser(@UserIdInt int userId) { in clearForUser() method in SafetyCenterDataManager
306 mSafetySourceDataRepository.clearForUser(userId); in clearForUser()
307 mSafetyCenterInFlightIssueActionRepository.clearForUser(userId); in clearForUser()
308 mSafetyCenterIssueDismissalRepository.clearForUser(userId); in clearForUser()
309 mSafetyCenterIssueRepository.clearForUser(userId); in clearForUser()
DSafetyCenterInFlightIssueActionRepository.java161 void clearForUser(@UserIdInt int userId) { in clearForUser() method in SafetyCenterInFlightIssueActionRepository
DSafetyCenterIssueRepository.java288 void clearForUser(@UserIdInt int userId) { in clearForUser() method in SafetyCenterIssueRepository
DSafetySourceDataRepository.java304 void clearForUser(@UserIdInt int userId) { in clearForUser() method in SafetySourceDataRepository
DSafetyCenterIssueDismissalRepository.java396 void clearForUser(@UserIdInt int userId) { in clearForUser() method in SafetyCenterIssueDismissalRepository
/packages/modules/Permission/service/java/com/android/safetycenter/
DSafetyCenterRefreshTracker.java238 if (mRefreshInProgress.clearForUser(userId)) { in clearRefreshForUser()
502 private boolean clearForUser(@UserIdInt int userId) { in clearForUser() method in SafetyCenterRefreshTracker.RefreshInProgress
DSafetyCenterListeners.java166 void clearForUser(@UserIdInt int userId) { in clearForUser() method in SafetyCenterListeners
DSafetyCenterService.java1216 mSafetyCenterListeners.clearForUser(userId); in removeUser()
1220 mSafetyCenterDataManager.clearForUser(userId); in removeUser()