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

/system/extras/bugmailer/src/com/android/commands/sendbug/
H A DSendBug.java67 final Uri screenshotUri = screenShot != null
69 intent = getSendMailIntent(bugreportUri, screenshotUri);
115 private Intent getSendMailIntent(Uri bugreportUri, Uri screenshotUri) { argument
125 if (screenshotUri != null) {
128 attachments.add(screenshotUri);

Completed in 57 milliseconds