Home
last modified time | relevance | path

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

/external/bcc/tools/
Dsofdsnoop.py49 ACTION_SEND=0 variable
331 ("SEND" if event.action == ACTION_SEND else "RECV",
338 fd_file = get_file(tid, fd) if event.action == ACTION_SEND else ""
/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DTestInputActivity.java224 Intent sharingIntent = new Intent(android.content.Intent.ACTION_SEND); in shareWaveFile()
DAutomatedTestRunner.java218 Intent sharingIntent = new Intent(android.content.Intent.ACTION_SEND); in shareResult()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DLogcatViewer.java137 Intent intent = new Intent(Intent.ACTION_SEND); in onOptionsItemSelected()
DScriptEditor.java222 Intent intent = new Intent(Intent.ACTION_SEND); in onOptionsItemSelected()
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DMainActivity.java144 if (intent != null && Intent.ACTION_SEND.equals(intent.getAction())) { in onResume()
530 Intent i = new Intent(Intent.ACTION_SEND); in shareLogFile()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DAndroidFacade.java901 final Intent intent = new Intent(android.content.Intent.ACTION_SEND); in sendEmail()