Searched refs:ACTION_SEND (Results 1 – 7 of 7) sorted by relevance
214 Intent send = new Intent(Intent.ACTION_SEND); in sendString()
965 public static final String ACTION_SEND = "android.intent.action.SEND"; field in Intent
378 android.content.Intent#ACTION_SEND}), which the system matches to the email application’s “send”
263 Intent intent = new Intent(Intent.ACTION_SEND);
1245 traditional action item that invokes the {@link android.content.Intent#ACTION_SEND} intent, you can1247 the {@link android.content.Intent#ACTION_SEND} intent. When the user selects an application to use
5476 field public static final java.lang.String ACTION_SEND = "android.intent.action.SEND";