Home
last modified time | relevance | path

Searched refs:grantDeviceIdsAccessToProfileOwner (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/cmds/dpm/src/com/android/commands/dpm/
DDpm.java256 mDevicePolicyManager.grantDeviceIdsAccessToProfileOwner(mComponent, mUserId); in runGrantProfileOwnerDeviceIdsAccess()
/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl426 void grantDeviceIdsAccessToProfileOwner(in ComponentName who, int userId); in grantDeviceIdsAccessToProfileOwner() method
DDevicePolicyManager.java10738 mService.grantDeviceIdsAccessToProfileOwner(who, myUserId()); in setProfileOwnerCanAccessDeviceIds()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java12495 public void grantDeviceIdsAccessToProfileOwner(ComponentName who, int userId) { in grantDeviceIdsAccessToProfileOwner() method