Searched refs:bugreportUriString (Results 1 – 1 of 1) sorted by relevance
237 String bugreportUriString = null; in onBugreportFinished() local239 bugreportUriString = bugreportUri.toString(); in onBugreportFinished()243 shareBugreportWithDeviceOwnerIfExists(bugreportUriString, bugreportHash); in onBugreportFinished()247 mService.setDeviceOwnerRemoteBugreportUriAndHash(bugreportUriString, bugreportHash); in onBugreportFinished()296 String bugreportUriString, String bugreportHash) { in shareBugreportWithDeviceOwnerIfExists() argument298 if (bugreportUriString == null) { in shareBugreportWithDeviceOwnerIfExists()301 final Uri bugreportUri = Uri.parse(bugreportUriString); in shareBugreportWithDeviceOwnerIfExists()