Searched refs:getAllAssociations (Results 1 – 3 of 3) sorted by relevance
872 public List<AssociationInfo> getAllAssociations() { in getAllAssociations() method in CompanionDeviceManager873 return getAllAssociations(mContext.getUserId()); in getAllAssociations()883 public List<AssociationInfo> getAllAssociations(@UserIdInt int userId) { in getAllAssociations() method in CompanionDeviceManager
191 onCdmAssociationsChanged(cdm.getAllAssociations(UserHandle.USER_ALL)); in onStart()654 associations = cdm.getAllAssociations(); in getAssociationInfo()
3418 …_COMPANION_DEVICES") public java.util.List<android.companion.AssociationInfo> getAllAssociations();