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/
DRemoteBugreportManager.java253 String bugreportUriString = null; in onBugreportFinished() local
255 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() argument
309 if (bugreportUriString == null) { in shareBugreportWithDeviceOwnerIfExists()
312 final Uri bugreportUri = Uri.parse(bugreportUriString); in shareBugreportWithDeviceOwnerIfExists()