Searched refs:bugreportUri (Results 1 – 1 of 1) sorted by relevance
423 final Uri bugreportUri = getUri(context, bugreportFile); in sendRemoteBugreportFinishedBroadcast() local428 intent.setDataAndType(bugreportUri, BUGREPORT_MIMETYPE); in sendRemoteBugreportFinishedBroadcast()1080 final Uri bugreportUri; in buildSendIntent() local1082 bugreportUri = getUri(context, info.bugreportFile); in buildSendIntent()1097 ? info.getTitle() : bugreportUri.getLastPathSegment(); in buildSendIntent()1114 new ClipData.Item(null, null, null, bugreportUri)); in buildSendIntent()1115 Log.d(TAG, "share intent: bureportUri=" + bugreportUri); in buildSendIntent()1116 final ArrayList<Uri> attachments = Lists.newArrayList(bugreportUri); in buildSendIntent()