Searched refs:remoteBugreportHash (Results 1 – 2 of 2) sorted by relevance
513 public String remoteBugreportHash; field in OwnersData.OwnerInfo517 String remoteBugreportHash, boolean isOrganizationOwnedDevice) { in OwnerInfo() argument521 this.remoteBugreportHash = remoteBugreportHash; in OwnerInfo()533 if (remoteBugreportHash != null) { in writeToXml()534 out.attribute(null, ATTR_REMOTE_BUGREPORT_HASH, remoteBugreportHash); in writeToXml()547 final String remoteBugreportHash = in readFromXml() local567 return new OwnerInfo(admin, remoteBugreportUri, remoteBugreportHash, isOrgOwnedDevice); in readFromXml()
255 return mData.mDeviceOwner != null ? mData.mDeviceOwner.remoteBugreportHash : null; in getDeviceOwnerRemoteBugreportHash()348 ownerInfo.remoteBugreportUri, ownerInfo.remoteBugreportHash, in transferProfileOwner()362 mData.mDeviceOwner.remoteBugreportHash, in transferDeviceOwnership()508 String remoteBugreportHash) { in setDeviceOwnerRemoteBugreportUriAndHash() argument512 mData.mDeviceOwner.remoteBugreportHash = remoteBugreportHash; in setDeviceOwnerRemoteBugreportUriAndHash()