Searched refs:remoteBugreportHash (Results 1 – 1 of 1) sorted by relevance
214 return mDeviceOwner != null ? mDeviceOwner.remoteBugreportHash : null; in getDeviceOwnerRemoteBugreportHash()367 String remoteBugreportHash) { in setDeviceOwnerRemoteBugreportUriAndHash() argument371 mDeviceOwner.remoteBugreportHash = remoteBugreportHash; in setDeviceOwnerRemoteBugreportUriAndHash()694 public String remoteBugreportHash; field in Owners.OwnerInfo697 String remoteBugreportUri, String remoteBugreportHash) { in OwnerInfo() argument703 this.remoteBugreportHash = remoteBugreportHash; in OwnerInfo()707 String remoteBugreportUri, String remoteBugreportHash) { in OwnerInfo() argument713 this.remoteBugreportHash = remoteBugreportHash; in OwnerInfo()730 if (remoteBugreportHash != null) { in writeToXml()731 out.attribute(null, ATTR_REMOTE_BUGREPORT_HASH, remoteBugreportHash); in writeToXml()[all …]