Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DOwners.java208 return mDeviceOwner != null ? mDeviceOwner.remoteBugreportUri : null; in getDeviceOwnerRemoteBugreportUri()
366 void setDeviceOwnerRemoteBugreportUriAndHash(String remoteBugreportUri, in setDeviceOwnerRemoteBugreportUriAndHash() argument
370 mDeviceOwner.remoteBugreportUri = remoteBugreportUri; in setDeviceOwnerRemoteBugreportUriAndHash()
693 public String remoteBugreportUri; field in Owners.OwnerInfo
697 String remoteBugreportUri, String remoteBugreportHash) { in OwnerInfo() argument
702 this.remoteBugreportUri = remoteBugreportUri; in OwnerInfo()
707 String remoteBugreportUri, String remoteBugreportHash) { in OwnerInfo() argument
712 this.remoteBugreportUri = remoteBugreportUri; in OwnerInfo()
727 if (remoteBugreportUri != null) { in writeToXml()
728 out.attribute(null, ATTR_REMOTE_BUGREPORT_URI, remoteBugreportUri); in writeToXml()
[all …]