Searched refs:ACTION_SEND (Results 1 – 7 of 7) sorted by relevance
49 ACTION_SEND=0 variable331 ("SEND" if event.action == ACTION_SEND else "RECV",338 fd_file = get_file(tid, fd) if event.action == ACTION_SEND else ""
224 Intent sharingIntent = new Intent(android.content.Intent.ACTION_SEND); in shareWaveFile()
218 Intent sharingIntent = new Intent(android.content.Intent.ACTION_SEND); in shareResult()
137 Intent intent = new Intent(Intent.ACTION_SEND); in onOptionsItemSelected()
222 Intent intent = new Intent(Intent.ACTION_SEND); in onOptionsItemSelected()
144 if (intent != null && Intent.ACTION_SEND.equals(intent.getAction())) { in onResume()530 Intent i = new Intent(Intent.ACTION_SEND); in shareLogFile()
901 final Intent intent = new Intent(android.content.Intent.ACTION_SEND); in sendEmail()