Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsApplication.java243 intent = new Intent(Intent.ACTION_SENDTO, in getApplicationCollectionInternal()
604 Intent intent = new Intent(Intent.ACTION_SENDTO, Uri.fromParts(scheme, "", null)); in replacePreferredActivity()
619 intentFilter.addAction(Intent.ACTION_SENDTO); in replacePreferredActivity()
/frameworks/base/docs/html/training/basics/intents/
Dfilters.jd121 android.content.Intent#ACTION_SENDTO} intents. In this case, you must define two separate
123 android.content.Intent#ACTION_SENDTO} intent must use the data {@link android.net.Uri} to specify
/frameworks/base/docs/html/guide/components/
Dintents-common.jd1020 <dd>{@link android.content.Intent#ACTION_SENDTO} (for no attachment) or<br>
1073 text messaging or social apps), then use the {@link android.content.Intent#ACTION_SENDTO} action
1078 Intent intent = new Intent(Intent.ACTION_SENDTO);
2432 <dd>{@link android.content.Intent#ACTION_SENDTO} or<br>
2476 Intent intent = new Intent(Intent.ACTION_SENDTO);
2487 email or social apps), then use the {@link android.content.Intent#ACTION_SENDTO} action
/frameworks/base/core/java/com/android/internal/app/
DResolverActivity.java131 SENDTO(Intent.ACTION_SENDTO,
/frameworks/base/core/java/android/content/
DIntent.java1048 public static final String ACTION_SENDTO = "android.intent.action.SENDTO"; field in Intent
/frameworks/base/api/
Dsystem-current.txt7923 field public static final java.lang.String ACTION_SENDTO = "android.intent.action.SENDTO";
Dcurrent.txt7679 field public static final java.lang.String ACTION_SENDTO = "android.intent.action.SENDTO";