Searched refs:remoteBugreportUri (Results 1 – 1 of 1) sorted by relevance
208 return mDeviceOwner != null ? mDeviceOwner.remoteBugreportUri : null; in getDeviceOwnerRemoteBugreportUri()366 void setDeviceOwnerRemoteBugreportUriAndHash(String remoteBugreportUri, in setDeviceOwnerRemoteBugreportUriAndHash() argument370 mDeviceOwner.remoteBugreportUri = remoteBugreportUri; in setDeviceOwnerRemoteBugreportUriAndHash()693 public String remoteBugreportUri; field in Owners.OwnerInfo697 String remoteBugreportUri, String remoteBugreportHash) { in OwnerInfo() argument702 this.remoteBugreportUri = remoteBugreportUri; in OwnerInfo()707 String remoteBugreportUri, String remoteBugreportHash) { in OwnerInfo() argument712 this.remoteBugreportUri = remoteBugreportUri; in OwnerInfo()727 if (remoteBugreportUri != null) { in writeToXml()728 out.attribute(null, ATTR_REMOTE_BUGREPORT_URI, remoteBugreportUri); in writeToXml()[all …]