Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DOwners.java338 ownerInfo.canAccessDeviceIds); in transferProfileOwner()
352 mDeviceOwner.canAccessDeviceIds); in transferDeviceOwnership()
387 return profileOwner != null ? profileOwner.canAccessDeviceIds : false; in canProfileOwnerAccessDeviceIds()
531 profileOwner.canAccessDeviceIds = true; in setProfileOwnerCanAccessDeviceIds()
950 public boolean canAccessDeviceIds; field in Owners.OwnerInfo
953 String remoteBugreportUri, String remoteBugreportHash, boolean canAccessDeviceIds) { in OwnerInfo() argument
960 this.canAccessDeviceIds = canAccessDeviceIds; in OwnerInfo()
964 String remoteBugreportUri, String remoteBugreportHash, boolean canAccessDeviceIds) { in OwnerInfo() argument
971 this.canAccessDeviceIds = canAccessDeviceIds; in OwnerInfo()
991 if (canAccessDeviceIds) { in writeToXml()
[all …]