Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsApplication.java242 intent = new Intent(Intent.ACTION_SENDTO, in getApplicationCollectionInternal()
581 Intent intent = new Intent(Intent.ACTION_SENDTO, Uri.fromParts(scheme, "", null)); in replacePreferredActivity()
596 intentFilter.addAction(Intent.ACTION_SENDTO); in replacePreferredActivity()
/frameworks/base/docs/html-intl/intl/zh-tw/training/basics/intents/
Dfilters.jd115 android.content.Intent#ACTION_SENDTO} 意圖的文字與影像。在此情況下,您必須針對兩個行為定義兩個單獨的意圖篩選器,因為 {@link
116 android.content.Intent#ACTION_SENDTO} 意圖必須使用 {@link android.net.Uri} 資料指定接收者的地址 (使用 {@code send} 或 …
/frameworks/base/docs/html-intl/intl/ja/training/basics/intents/
Dfilters.jd115 android.content.Intent#ACTION_SENDTO} の両方のインテントに関してテキストと画像の両方を処理するとします。この場合は、次の 2 つのアクションのための 2 つの別…
116 android.content.Intent#ACTION_SENDTO} インテントは、URI スキームの {@code send} または {@code sendto} を使用して受信者のアドレ…
/frameworks/base/docs/html-intl/intl/ko/training/basics/intents/
Dfilters.jd115 android.content.Intent#ACTION_SENDTO} 인텐트 모두에서 텍스트와 이미지 모두를 처리한다고 가정합니다. 이런 경우, 두 작업 각각에 별도의
117 android.content.Intent#ACTION_SENDTO} 인텐트는 데이터 {@link android.net.Uri}를 사용해서 {@code send} 또는 {@code…
/frameworks/base/docs/html-intl/intl/zh-cn/training/basics/intents/
Dfilters.jd115 android.content.Intent#ACTION_SENDTO} 意向的文本和图像。在这种情况下,您必须为两个操作定义两种不同的意向过滤器,因为 {@link
116 android.content.Intent#ACTION_SENDTO} 意向必须使用数据 {@link android.net.Uri} 指定使用 {@code send} 或 {@code s…
/frameworks/base/docs/html-intl/intl/ru/training/basics/intents/
Dfilters.jd115 android.content.Intent#ACTION_SENDTO}. В этом случае вам необходимо определить два отдельных фильтр…
117 android.content.Intent#ACTION_SENDTO} должен использовать данные {@link android.net.Uri} для указан…
/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-intl/intl/pt-br/training/basics/intents/
Dfilters.jd115 android.content.Intent#ACTION_SENDTO}. Nesse caso, defina dois
117 android.content.Intent#ACTION_SENDTO} deve usar os dados {@link android.net.Uri} para especificar
/frameworks/base/tests/notification/src/com/android/frameworks/tests/notification/
DNotificationTests.java84 final Intent intent = new Intent(android.content.Intent.ACTION_SENDTO, in makeEmailIntent()
/frameworks/base/docs/html/guide/components/
Dintents-common.jd1011 <dd>{@link android.content.Intent#ACTION_SENDTO} (for no attachment) or<br>
1064 text messaging or social apps), then use the {@link android.content.Intent#ACTION_SENDTO} action
1069 Intent intent = new Intent(Intent.ACTION_SENDTO);
2038 <dd>{@link android.content.Intent#ACTION_SENDTO} or<br>
2082 Intent intent = new Intent(Intent.ACTION_SENDTO);
2093 email or social apps), then use the {@link android.content.Intent#ACTION_SENDTO} action
/frameworks/base/core/java/com/android/internal/app/
DResolverActivity.java126 SENDTO(Intent.ACTION_SENDTO,
/frameworks/base/core/java/android/content/
DIntent.java1067 public static final String ACTION_SENDTO = "android.intent.action.SENDTO"; field in Intent
/frameworks/base/api/
Dcurrent.txt8183 field public static final java.lang.String ACTION_SENDTO = "android.intent.action.SENDTO";
Dsystem-current.txt8436 field public static final java.lang.String ACTION_SENDTO = "android.intent.action.SENDTO";