Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DOwners.java257 return mDeviceOwner != null ? mDeviceOwner.remoteBugreportUri : null; in getDeviceOwnerRemoteBugreportUri()
336 ownerInfo.userRestrictionsMigrated, ownerInfo.remoteBugreportUri, in transferProfileOwner()
350 mDeviceOwner.userRestrictionsMigrated, mDeviceOwner.remoteBugreportUri, in transferDeviceOwnership()
504 void setDeviceOwnerRemoteBugreportUriAndHash(String remoteBugreportUri, in setDeviceOwnerRemoteBugreportUriAndHash() argument
508 mDeviceOwner.remoteBugreportUri = remoteBugreportUri; in setDeviceOwnerRemoteBugreportUriAndHash()
948 public String remoteBugreportUri; field in Owners.OwnerInfo
953 String remoteBugreportUri, String remoteBugreportHash, boolean canAccessDeviceIds) { in OwnerInfo() argument
958 this.remoteBugreportUri = remoteBugreportUri; in OwnerInfo()
964 String remoteBugreportUri, String remoteBugreportHash, boolean canAccessDeviceIds) { in OwnerInfo() argument
969 this.remoteBugreportUri = remoteBugreportUri; in OwnerInfo()
[all …]