Searched refs:clearForUser (Results 1 – 8 of 8) sorted by relevance
305 public void clearForUser(@UserIdInt int userId) { in clearForUser() method in SafetyCenterDataManager306 mSafetySourceDataRepository.clearForUser(userId); in clearForUser()307 mSafetyCenterInFlightIssueActionRepository.clearForUser(userId); in clearForUser()308 mSafetyCenterIssueDismissalRepository.clearForUser(userId); in clearForUser()309 mSafetyCenterIssueRepository.clearForUser(userId); in clearForUser()
161 void clearForUser(@UserIdInt int userId) { in clearForUser() method in SafetyCenterInFlightIssueActionRepository
288 void clearForUser(@UserIdInt int userId) { in clearForUser() method in SafetyCenterIssueRepository
304 void clearForUser(@UserIdInt int userId) { in clearForUser() method in SafetySourceDataRepository
396 void clearForUser(@UserIdInt int userId) { in clearForUser() method in SafetyCenterIssueDismissalRepository
238 if (mRefreshInProgress.clearForUser(userId)) { in clearRefreshForUser()502 private boolean clearForUser(@UserIdInt int userId) { in clearForUser() method in SafetyCenterRefreshTracker.RefreshInProgress
166 void clearForUser(@UserIdInt int userId) { in clearForUser() method in SafetyCenterListeners
1216 mSafetyCenterListeners.clearForUser(userId); in removeUser()1220 mSafetyCenterDataManager.clearForUser(userId); in removeUser()