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.java5408 String bugreportUriString = null; in onBugreportFinished() local
5410 bugreportUriString = bugreportUri.toString(); in onBugreportFinished()
5415 shareBugreportWithDeviceOwnerIfExists(bugreportUriString, bugreportHash); in onBugreportFinished()
5419 setDeviceOwnerRemoteBugreportUriAndHash(bugreportUriString, bugreportHash); in onBugreportFinished()
5445 String bugreportUriString = null; in onBugreportSharingAccepted() local
5448 bugreportUriString = getDeviceOwnerRemoteBugreportUri(); in onBugreportSharingAccepted()
5451 if (bugreportUriString != null) { in onBugreportSharingAccepted()
5452 shareBugreportWithDeviceOwnerIfExists(bugreportUriString, bugreportHash); in onBugreportSharingAccepted()
5474 private void shareBugreportWithDeviceOwnerIfExists(String bugreportUriString, in shareBugreportWithDeviceOwnerIfExists() argument
5478 if (bugreportUriString == null) { in shareBugreportWithDeviceOwnerIfExists()
[all …]