Searched defs:bugreportUri (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java5527 private synchronized void setDeviceOwnerRemoteBugreportUriAndHash(String bugreportUri, argument
5529 mOwners.setDeviceOwnerRemoteBugreportUriAndHash(bugreportUri, bugreportHash);
5551 Uri bugreportUri = intent.getData();
5553 if (bugreportUri != null) {
5554 bugreportUriString = bugreportUri.toString();
5625 Uri bugreportUri = Uri.parse(bugreportUriString);
5626 pfd = mContext.getContentResolver().openFileDescriptor(bugreportUri, "r");
5631 intent.setDataAndType(bugreportUri, RemoteBugreportUtils.BUGREPORT_MIMETYPE);
5634 bugreportUri, Intent.FLAG_GRANT_READ_URI_PERMISSION);

Completed in 175 milliseconds