Searched refs:getAssociationsForUser (Results 1 – 4 of 4) sorted by relevance
89 List<AssociationInfo> getAssociationsForUser(@UserIdInt int userId); in getAssociationsForUser() method
198 public @NonNull List<AssociationInfo> getAssociationsForUser(@UserIdInt int userId) { in getAssociationsForUser() method in AssociationStoreImpl206 final List<AssociationInfo> associationsForUser = getAssociationsForUser(userId); in getAssociationsForPackage()
320 final List<AssociationInfo> associations = mAssociationStore.getAssociationsForUser(userId); in onUserUnlocking()447 mAssociationStore.getAssociationsForUser(userId); in onAssociationChangedInternal()466 mAssociationStore.getAssociationsForUser(userId)); in persistStateForUser()614 return mAssociationStore.getAssociationsForUser(userId); in getAllAssociationsForUser()1334 mAssociationStore.getAssociationsForUser(userId); in maybeGrantAutoRevokeExemptions()
72 mAssociationStore.getAssociationsForUser(userId); in onCommand()