Home
last modified time | relevance | path

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

/packages/apps/Traceur/src/com/android/traceur/
DFileSender.java50 Intent sendIntent = buildSendIntent(context, traceUri); in postNotification()
85 Intent sendIntent = buildSendIntent(context, traceUri); in send()
98 private static Intent buildSendIntent(Context context, Uri traceUri) { in buildSendIntent() method in FileSender