Home
last modified time | relevance | path

Searched refs:bugreportUri (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java423 final Uri bugreportUri = getUri(context, bugreportFile); in sendRemoteBugreportFinishedBroadcast() local
428 intent.setDataAndType(bugreportUri, BUGREPORT_MIMETYPE); in sendRemoteBugreportFinishedBroadcast()
1080 final Uri bugreportUri; in buildSendIntent() local
1082 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()