Searched refs:bugreportUriString (Results 1 – 1 of 1) sorted by relevance
5408 String bugreportUriString = null; in onBugreportFinished() local5410 bugreportUriString = bugreportUri.toString(); in onBugreportFinished()5415 shareBugreportWithDeviceOwnerIfExists(bugreportUriString, bugreportHash); in onBugreportFinished()5419 setDeviceOwnerRemoteBugreportUriAndHash(bugreportUriString, bugreportHash); in onBugreportFinished()5445 String bugreportUriString = null; in onBugreportSharingAccepted() local5448 bugreportUriString = getDeviceOwnerRemoteBugreportUri(); in onBugreportSharingAccepted()5451 if (bugreportUriString != null) { in onBugreportSharingAccepted()5452 shareBugreportWithDeviceOwnerIfExists(bugreportUriString, bugreportHash); in onBugreportSharingAccepted()5474 private void shareBugreportWithDeviceOwnerIfExists(String bugreportUriString, in shareBugreportWithDeviceOwnerIfExists() argument5478 if (bugreportUriString == null) { in shareBugreportWithDeviceOwnerIfExists()[all …]