Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/companion/java/com/android/server/companion/
H A DAssociationStoreImpl.java98 invalidateCacheForUserLocked(association.getUserId()); in addAssociation()
133 invalidateCacheForUserLocked(current.getUserId()); in updateAssociation()
176 invalidateCacheForUserLocked(association.getUserId()); in removeAssociation()
261 private void invalidateCacheForUserLocked(@UserIdInt int userId) { in invalidateCacheForUserLocked() method in AssociationStoreImpl