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

/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportReceiver.java112 final Uri bugreportUri = FileProvider.getUriForFile(context, AUTHORITY, bugreportFile);
134 private static Intent buildSendIntent(Context context, Uri bugreportUri, Uri screenshotUri) { argument
140 intent.putExtra(Intent.EXTRA_SUBJECT, bugreportUri.getLastPathSegment());
143 final ArrayList<Uri> attachments = Lists.newArrayList(bugreportUri, screenshotUri);
161 final Uri bugreportUri = FileProvider.getUriForFile(context, AUTHORITY, bugreportFile);
164 Intent sendIntent = buildSendIntent(context, bugreportUri, screenshotUri);

Completed in 98 milliseconds