Searched refs:bugreportUriString (Results 1 – 1 of 1) sorted by relevance
7501 String bugreportUriString = null; in onBugreportFinished() local7503 bugreportUriString = bugreportUri.toString(); in onBugreportFinished()7508 shareBugreportWithDeviceOwnerIfExists(bugreportUriString, bugreportHash); in onBugreportFinished()7512 setDeviceOwnerRemoteBugreportUriAndHash(bugreportUriString, bugreportHash); in onBugreportFinished()7538 String bugreportUriString = null; in onBugreportSharingAccepted() local7541 bugreportUriString = getDeviceOwnerRemoteBugreportUri(); in onBugreportSharingAccepted()7544 if (bugreportUriString != null) { in onBugreportSharingAccepted()7545 shareBugreportWithDeviceOwnerIfExists(bugreportUriString, bugreportHash); in onBugreportSharingAccepted()7567 private void shareBugreportWithDeviceOwnerIfExists(String bugreportUriString, in shareBugreportWithDeviceOwnerIfExists() argument7571 if (bugreportUriString == null) { in shareBugreportWithDeviceOwnerIfExists()[all …]