Home
last modified time | relevance | path

Searched defs:getAllAssociationsForUser (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/companion/
H A DICompanionDeviceManager.aidl40 List<AssociationInfo> getAllAssociationsForUser(int userId); in getAllAssociationsForUser() method
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/
H A DCompanionDeviceManagerService.java610 public List<AssociationInfo> getAllAssociationsForUser(int userId) throws RemoteException { in getAllAssociationsForUser() method in CompanionDeviceManagerService.CompanionDeviceManagerImpl