Searched refs:remoteBugreportHash (Results 1 – 2 of 2) sorted by relevance
548 public String remoteBugreportHash; field in OwnersData.OwnerInfo552 String remoteBugreportHash, boolean isOrganizationOwnedDevice) { in OwnerInfo() argument556 this.remoteBugreportHash = remoteBugreportHash; in OwnerInfo()568 if (remoteBugreportHash != null) { in writeToXml()569 out.attribute(null, ATTR_REMOTE_BUGREPORT_HASH, remoteBugreportHash); in writeToXml()582 final String remoteBugreportHash = in readFromXml() local602 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()