Home
last modified time | relevance | path

Searched refs:bugreportUriString (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java7501 String bugreportUriString = null; in onBugreportFinished() local
7503 bugreportUriString = bugreportUri.toString(); in onBugreportFinished()
7508 shareBugreportWithDeviceOwnerIfExists(bugreportUriString, bugreportHash); in onBugreportFinished()
7512 setDeviceOwnerRemoteBugreportUriAndHash(bugreportUriString, bugreportHash); in onBugreportFinished()
7538 String bugreportUriString = null; in onBugreportSharingAccepted() local
7541 bugreportUriString = getDeviceOwnerRemoteBugreportUri(); in onBugreportSharingAccepted()
7544 if (bugreportUriString != null) { in onBugreportSharingAccepted()
7545 shareBugreportWithDeviceOwnerIfExists(bugreportUriString, bugreportHash); in onBugreportSharingAccepted()
7567 private void shareBugreportWithDeviceOwnerIfExists(String bugreportUriString, in shareBugreportWithDeviceOwnerIfExists() argument
7571 if (bugreportUriString == null) { in shareBugreportWithDeviceOwnerIfExists()
[all …]