Searched refs:bugreportUriString (Results 1 – 1 of 1) sorted by relevance
253 String bugreportUriString = null; in onBugreportFinished() local255 bugreportUriString = bugreportUri.toString(); in onBugreportFinished()259 shareBugreportWithDeviceOwnerIfExists(bugreportUriString, bugreportHash); in onBugreportFinished()262 mService.setDeviceOwnerRemoteBugreportUriAndHash(bugreportUriString, bugreportHash); in onBugreportFinished()307 String bugreportUriString, String bugreportHash) { in shareBugreportWithDeviceOwnerIfExists() argument309 if (bugreportUriString == null) { in shareBugreportWithDeviceOwnerIfExists()312 final Uri bugreportUri = Uri.parse(bugreportUriString); in shareBugreportWithDeviceOwnerIfExists()