Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DOwners.java214 return mDeviceOwner != null ? mDeviceOwner.remoteBugreportHash : null; in getDeviceOwnerRemoteBugreportHash()
367 String remoteBugreportHash) { in setDeviceOwnerRemoteBugreportUriAndHash() argument
371 mDeviceOwner.remoteBugreportHash = remoteBugreportHash; in setDeviceOwnerRemoteBugreportUriAndHash()
694 public String remoteBugreportHash; field in Owners.OwnerInfo
697 String remoteBugreportUri, String remoteBugreportHash) { in OwnerInfo() argument
703 this.remoteBugreportHash = remoteBugreportHash; in OwnerInfo()
707 String remoteBugreportUri, String remoteBugreportHash) { in OwnerInfo() argument
713 this.remoteBugreportHash = remoteBugreportHash; in OwnerInfo()
730 if (remoteBugreportHash != null) { in writeToXml()
731 out.attribute(null, ATTR_REMOTE_BUGREPORT_HASH, remoteBugreportHash); in writeToXml()
[all …]