Searched refs:remoteBugreportUri (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | OwnersData.java | 547 public String remoteBugreportUri; field in OwnersData.OwnerInfo 551 OwnerInfo(ComponentName admin, String remoteBugreportUri, in OwnerInfo() argument 555 this.remoteBugreportUri = remoteBugreportUri; in OwnerInfo() 565 if (remoteBugreportUri != null) { in writeToXml() 566 out.attribute(null, ATTR_REMOTE_BUGREPORT_URI, remoteBugreportUri); in writeToXml() 580 final String remoteBugreportUri = in readFromXml() local 602 return new OwnerInfo(admin, remoteBugreportUri, remoteBugreportHash, isOrgOwnedDevice); in readFromXml()
|
D | Owners.java | 249 return mData.mDeviceOwner != null ? mData.mDeviceOwner.remoteBugreportUri : null; in getDeviceOwnerRemoteBugreportUri() 348 ownerInfo.remoteBugreportUri, ownerInfo.remoteBugreportHash, in transferProfileOwner() 361 mData.mDeviceOwner.remoteBugreportUri, in transferDeviceOwnership() 507 void setDeviceOwnerRemoteBugreportUriAndHash(String remoteBugreportUri, in setDeviceOwnerRemoteBugreportUriAndHash() argument 511 mData.mDeviceOwner.remoteBugreportUri = remoteBugreportUri; in setDeviceOwnerRemoteBugreportUriAndHash()
|