Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DOwners.java384 boolean canProfileOwnerAccessDeviceIds(int userId) { in canProfileOwnerAccessDeviceIds() method in Owners
DDevicePolicyManagerService.java5774 if (canProfileOwnerAccessDeviceIds(userId)) { in enforceCallerCanRequestDeviceIdAttestation()
7920 private boolean canProfileOwnerAccessDeviceIds(int userId) { in canProfileOwnerAccessDeviceIds() method
7922 return mOwners.canProfileOwnerAccessDeviceIds(userId); in canProfileOwnerAccessDeviceIds()