Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/companion/java/com/android/server/companion/
H A DCompanionDeviceManagerService.java349 AssociationInfo getAssociationWithCallerChecks( in getAssociationWithCallerChecks() method in CompanionDeviceManagerService
364 AssociationInfo getAssociationWithCallerChecks(int associationId) { in getAssociationWithCallerChecks() method in CompanionDeviceManagerService
682 getAssociationWithCallerChecks(associationId); in disassociate()
778 getAssociationWithCallerChecks(associationId); in attachSystemDataTransport()
784 getAssociationWithCallerChecks(associationId); in detachSystemDataTransport()
790 getAssociationWithCallerChecks(associationId); in enableSystemDataSync()
796 getAssociationWithCallerChecks(associationId); in disableSystemDataSync()
802 getAssociationWithCallerChecks(associationId); in enablePermissionsSync()
808 getAssociationWithCallerChecks(associationId); in disablePermissionsSync()
814 getAssociationWithCallerChecks(associationId); in getPermissionSyncRequest()
[all …]
H A DCompanionDeviceShellCommand.java97 mService.getAssociationWithCallerChecks(userId, packageName, address); in onCommand()