Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/companion/java/com/android/server/companion/
H A DAssociationStoreImpl.java200 return getAssociationsForUserLocked(userId); in getAssociationsForUser()
243 private @NonNull List<AssociationInfo> getAssociationsForUserLocked(@UserIdInt int userId) { in getAssociationsForUserLocked() method in AssociationStoreImpl