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.java246 return mDeviceOwner != null ? mDeviceOwner.remoteBugreportHash : null; in getDeviceOwnerRemoteBugreportHash()
314 ownerInfo.remoteBugreportHash); in transferProfileOwner()
327 mDeviceOwner.remoteBugreportHash); in transferDeviceOwnership()
468 String remoteBugreportHash) { in setDeviceOwnerRemoteBugreportUriAndHash() argument
472 mDeviceOwner.remoteBugreportHash = remoteBugreportHash; in setDeviceOwnerRemoteBugreportUriAndHash()
896 public String remoteBugreportHash; field in Owners.OwnerInfo
899 String remoteBugreportUri, String remoteBugreportHash) { in OwnerInfo() argument
905 this.remoteBugreportHash = remoteBugreportHash; in OwnerInfo()
909 String remoteBugreportUri, String remoteBugreportHash) { in OwnerInfo() argument
915 this.remoteBugreportHash = remoteBugreportHash; in OwnerInfo()
[all …]